#C4CBDE

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

Shades of Periwinkle #C4CBDE

Tints of Periwinkle #C4CBDE

Color information

#C4CBDE (or 0xC4CBDE) is unknown color: approx Periwinkle. HEX triplet: C4, CB and DE. RGB value is (196,203,222). Sum of RGB (Red+Green+Blue) = 196+203+222=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDE is #3B3421. Grayscale: #CACACA. Windows color (decimal): -3879970 or 14601156. OLE color: 14601156.

HSL color Cylindrical-coordinate representation of color #C4CBDE: hue angle of 223.85º degrees, saturation: 0.28, 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 #C4CBDE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196203222-
CMYK0.120.0900.13
HSL223.85º28.26%81.96%-
HSV(B)223.85º11.71%87.06%-
XYZ57.3159.7277.61-
YUV203.07138.68122.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=31.56%
G=32.69%
B=35.75%

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
Decimal1962032220.120.0900.13223.8528.2681.96
HexC4CBDEC90De01c52
Octal304313336141101534034122
Binary110001001100101111011110110010010110111100000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBDE; }

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

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

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

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

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

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

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

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