#C2CDE4

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

Shades of Periwinkle #C2CDE4

Tints of Periwinkle #C2CDE4

Color information

#C2CDE4 (or 0xC2CDE4) is unknown color: approx Periwinkle. HEX triplet: C2, CD and E4. RGB value is (194,205,228). Sum of RGB (Red+Green+Blue) = 194+205+228=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2CDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDE4 is #3D321B. Grayscale: #CCCCCC. Windows color (decimal): -4010524 or 14994882. OLE color: 14994882.

HSL color Cylindrical-coordinate representation of color #C2CDE4: hue angle of 220.59º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CDE4 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194205228-
CMYK0.150.1000.11
HSL220.59º38.64%82.75%-
HSV(B)220.59º14.91%89.41%-
XYZ58.0860.7382.06-
YUV204.33141.36120.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.94%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=30.94%
G=32.70%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942052280.150.1000.11220.5938.6482.75
HexC2CDE4FA0Bdd2753
Octal302315344171201333547123
Binary1100001011001101111001001111101001011110111011001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDE4; }

 p { color: rgb(194,205,228); }

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

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

 a { background-color: rgb(194,205,228); }

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

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

 span { border-color: rgb(194,205,228); }

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