#C5CBDE

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

Shades of Periwinkle #C5CBDE

Tints of Periwinkle #C5CBDE

Color information

#C5CBDE (or 0xC5CBDE) is unknown color: approx Periwinkle. HEX triplet: C5, CB and DE. RGB value is (197,203,222). Sum of RGB (Red+Green+Blue) = 197+203+222=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBDE is #3A3421. Grayscale: #CBCBCB. Windows color (decimal): -3814434 or 14601157. OLE color: 14601157.

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

Color convert

RGB197203222-
CMYK0.110.0900.13
HSL225.6º27.47%82.16%-
HSV(B)225.6º11.26%87.06%-
XYZ57.5759.8677.63-
YUV203.37138.51123.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=31.67%
G=32.64%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972032220.110.0900.13225.627.4782.16
HexC5CBDEB90De21b52
Octal305313336131101534233122
Binary110001011100101111011110101110010110111100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBDE; }

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

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

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

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

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

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

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

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