#C2CCEF

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

Shades of Periwinkle #C2CCEF

Tints of Periwinkle #C2CCEF

Color information

#C2CCEF (or 0xC2CCEF) is unknown color: approx Periwinkle. HEX triplet: C2, CC and EF. RGB value is (194,204,239). Sum of RGB (Red+Green+Blue) = 194+204+239=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 204 (80.08% from 255 or 32.03% 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 #C2CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEF is #3D3310. Grayscale: #CCCCCC. Windows color (decimal): -4010769 or 15715522. OLE color: 15715522.

HSL color Cylindrical-coordinate representation of color #C2CCEF: hue angle of 226.67º 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 #C2CCEF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194204239-
CMYK0.190.1500.06
HSL226.67º58.44%84.9%-
HSV(B)226.67º18.83%93.73%-
XYZ59.4260.8990.28-
YUV205147.19120.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=30.46%
G=32.03%
B=37.52%

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
Decimal1942042390.190.1500.06226.6758.4484.9
HexC2CCEF13F06e33a55
Octal30231435723170634372125
Binary1100001011001100111011111001111110110111000111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCEF; }

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

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

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

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

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

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

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

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