#C2CAEF

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

Shades of Periwinkle #C2CAEF

Tints of Periwinkle #C2CAEF

Color information

#C2CAEF (or 0xC2CAEF) is unknown color: approx Periwinkle. HEX triplet: C2, CA and EF. RGB value is (194,202,239). Sum of RGB (Red+Green+Blue) = 194+202+239=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAEF is #3D3510. Grayscale: #CBCBCB. Windows color (decimal): -4011281 or 15715010. OLE color: 15715010.

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

Color convert

RGB194202239-
CMYK0.190.1500.06
HSL229.33º58.44%84.9%-
HSV(B)229.33º18.83%93.73%-
XYZ58.9559.9490.12-
YUV203.83147.85120.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=30.55%
G=31.81%
B=37.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942022390.190.1500.06229.3358.4484.9
HexC2CAEF13F06e53a55
Octal30231235723170634572125
Binary1100001011001010111011111001111110110111001011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAEF; }

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

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

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

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

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

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

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

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