#C2DCD8

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

Shades of Jagged Ice #C2DCD8

Tints of Jagged Ice #C2DCD8

Color information

#C2DCD8 (or 0xC2DCD8) is unknown color: approx Jagged Ice. HEX triplet: C2, DC and D8. RGB value is (194,220,216). Sum of RGB (Red+Green+Blue) = 194+220+216=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCD8 is #3D2327. Grayscale: #D3D3D3. Windows color (decimal): -4006696 or 14212290. OLE color: 14212290.

HSL color Cylindrical-coordinate representation of color #C2DCD8: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCD8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB194220216-
CMYK0.1200.020.14
HSL170.77º27.08%81.18%-
HSV(B)170.77º11.82%86.27%-
XYZ60.2467.6174.84-
YUV211.77130.39115.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.79%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=30.79%
G=34.92%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942202160.1200.020.14170.7727.0881.18
HexC2DCD8C02Eab1b51
Octal30233433014021625333121
Binary1100001011011100110110001100010111010101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCD8; }

 p { color: rgb(194,220,216); }

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

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

 a { background-color: rgb(194,220,216); }

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

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

 span { border-color: rgb(194,220,216); }

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