#C8DFDD

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

Shades of Jagged Ice #C8DFDD

Tints of Jagged Ice #C8DFDD

Color information

#C8DFDD (or 0xC8DFDD) is unknown color: approx Jagged Ice. HEX triplet: C8, DF and DD. RGB value is (200,223,221). Sum of RGB (Red+Green+Blue) = 200+223+221=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFDD is #372022. Grayscale: #D7D7D7. Windows color (decimal): -3612707 or 14540744. OLE color: 14540744.

HSL color Cylindrical-coordinate representation of color #C8DFDD: hue angle of 174.78º degrees, saturation: 0.26, 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 #C8DFDD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB200223221-
CMYK0.1000.010.13
HSL174.78º26.44%82.94%-
HSV(B)174.78º10.31%87.45%-
XYZ63.2670.2878.64-
YUV215.9130.88116.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=31.06%
G=34.63%
B=34.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002232210.1000.010.13174.7826.4482.94
HexC8DFDDA01Daf1a53
Octal31033733512011525732123
Binary110010001101111111011101101001110110101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFDD; }

 p { color: rgb(200,223,221); }

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

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

 a { background-color: rgb(200,223,221); }

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

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

 span { border-color: rgb(200,223,221); }

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