#C4CAEF

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

Shades of Periwinkle #C4CAEF

Tints of Periwinkle #C4CAEF

Color information

#C4CAEF (or 0xC4CAEF) is unknown color: approx Periwinkle. HEX triplet: C4, CA and EF. RGB value is (196,202,239). Sum of RGB (Red+Green+Blue) = 196+202+239=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAEF is #3B3510. Grayscale: #CCCCCC. Windows color (decimal): -3880209 or 15715012. OLE color: 15715012.

HSL color Cylindrical-coordinate representation of color #C4CAEF: hue angle of 231.63º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CAEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196202239-
CMYK0.180.1500.06
HSL231.63º57.33%85.29%-
HSV(B)231.63º17.99%93.73%-
XYZ59.4760.2190.15-
YUV204.42147.51121.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.77%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=30.77%
G=31.71%
B=37.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962022390.180.1500.06231.6357.3385.29
HexC4CAEF12F06e83955
Octal30431235722170635071125
Binary1100010011001010111011111001011110110111010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAEF; }

 p { color: rgb(196,202,239); }

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

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

 a { background-color: rgb(196,202,239); }

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

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

 span { border-color: rgb(196,202,239); }

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