#C8DEDA

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

Shades of Jagged Ice #C8DEDA

Tints of Jagged Ice #C8DEDA

Color information

#C8DEDA (or 0xC8DEDA) is unknown color: approx Jagged Ice. HEX triplet: C8, DE and DA. RGB value is (200,222,218). Sum of RGB (Red+Green+Blue) = 200+222+218=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDA is #372125. Grayscale: #D6D6D6. Windows color (decimal): -3612966 or 14343880. OLE color: 14343880.

HSL color Cylindrical-coordinate representation of color #C8DEDA: hue angle of 169.09º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB200222218-
CMYK0.1000.020.13
HSL169.09º25%82.75%-
HSV(B)169.09º9.91%87.06%-
XYZ62.669.5876.46-
YUV214.97129.71117.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=31.25%
G=34.69%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222180.1000.020.13169.092582.75
HexC8DEDAA02Da91953
Octal31033633212021525131123
Binary1100100011011110110110101010010110110101001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEDA; }

 p { color: rgb(200,222,218); }

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

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

 a { background-color: rgb(200,222,218); }

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

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

 span { border-color: rgb(200,222,218); }

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