#C3CBDE

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

Shades of Periwinkle #C3CBDE

Tints of Periwinkle #C3CBDE

Color information

#C3CBDE (or 0xC3CBDE) is unknown color: approx Periwinkle. HEX triplet: C3, CB and DE. RGB value is (195,203,222). Sum of RGB (Red+Green+Blue) = 195+203+222=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDE is #3C3421. Grayscale: #CACACA. Windows color (decimal): -3945506 or 14601155. OLE color: 14601155.

HSL color Cylindrical-coordinate representation of color #C3CBDE: hue angle of 222.22º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CBDE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195203222-
CMYK0.120.0900.13
HSL222.22º29.03%81.76%-
HSV(B)222.22º12.16%87.06%-
XYZ57.0559.5977.6-
YUV202.77138.85122.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=31.45%
G=32.74%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952032220.120.0900.13222.2229.0381.76
HexC3CBDEC90Dde1d52
Octal303313336141101533635122
Binary110000111100101111011110110010010110111011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBDE; }

 p { color: rgb(195,203,222); }

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

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

 a { background-color: rgb(195,203,222); }

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

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

 span { border-color: rgb(195,203,222); }

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