#C3CDEE

Color #C3CDEE Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #C3CDEE

Tints of Periwinkle #C3CDEE

Color information

#C3CDEE (or 0xC3CDEE) is unknown color: approx Periwinkle. HEX triplet: C3, CD and EE. RGB value is (195,205,238). Sum of RGB (Red+Green+Blue) = 195+205+238=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDEE is #3C3211. Grayscale: #CDCDCD. Windows color (decimal): -3944978 or 15650243. OLE color: 15650243.

HSL color Cylindrical-coordinate representation of color #C3CDEE: hue angle of 226.05º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3CDEE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195205238-
CMYK0.180.1400.07
HSL226.05º55.84%84.9%-
HSV(B)226.05º18.07%93.33%-
XYZ59.7761.4489.6-
YUV205.77146.19120.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 30.56%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=30.56%
G=32.13%
B=37.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952052380.180.1400.07226.0555.8484.9
HexC3CDEE12E07e23855
Octal30331535622160734270125
Binary1100001111001101111011101001011100111111000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDEE; }

 p { color: rgb(195,205,238); }

 H1.HeaderClassName
 {
   color: #C3CDEE;
 }
 .AnyTagClassName
 {
   color: #C3CDEE;
 }
</style>
background-color css

<style>
 a { background-color: #C3CDEE; }

 a { background-color: rgb(195,205,238); }

 div.DivClassName
 {
   background-color: #C3CDEE;
 }
 .BgClassName
 {
   background-color: #C3CDEE;
 }
</style>
border-color css

<style>
 span { border-color: #C3CDEE; }

 span { border-color: rgb(195,205,238); }

 td.TdClassName
 {
   border-color: #C3CDEE;
 }
 .TagClassName
 {
   border-color: #C3CDEE;
 }
</style>