#C2CCEA

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

Shades of Periwinkle #C2CCEA

Tints of Periwinkle #C2CCEA

Color information

#C2CCEA (or 0xC2CCEA) is unknown color: approx Periwinkle. HEX triplet: C2, CC and EA. RGB value is (194,204,234). Sum of RGB (Red+Green+Blue) = 194+204+234=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCEA is #3D3315. Grayscale: #CCCCCC. Windows color (decimal): -4010774 or 15387842. OLE color: 15387842.

HSL color Cylindrical-coordinate representation of color #C2CCEA: hue angle of 225º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CCEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194204234-
CMYK0.170.1300.08
HSL225º48.78%83.92%-
HSV(B)225º17.09%91.76%-
XYZ58.6960.686.44-
YUV204.43144.69120.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=30.70%
G=32.28%
B=37.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942042340.170.1300.0822548.7883.92
HexC2CCEA11D08e13154
Octal302314352211501034161124
Binary11000010110011001110101010001110101000111000011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCEA; }

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

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

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

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

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

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

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

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