#CDDFDC

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

Shades of Jagged Ice #CDDFDC

Tints of Jagged Ice #CDDFDC

Color information

#CDDFDC (or 0xCDDFDC) is unknown color: approx Jagged Ice. HEX triplet: CD, DF and DC. RGB value is (205,223,220). Sum of RGB (Red+Green+Blue) = 205+223+220=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDC is #322023. Grayscale: #D9D9D9. Windows color (decimal): -3285028 or 14475213. OLE color: 14475213.

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

Color convert

RGB205223220-
CMYK0.0800.010.13
HSL170º21.95%83.92%-
HSV(B)170º8.07%87.45%-
XYZ64.4870.9278-
YUV217.28129.54119.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=31.64%
G=34.41%
B=33.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232200.0800.010.1317021.9583.92
HexCDDFDC801Daa1654
Octal31533733410011525226124
Binary110011011101111111011100100001110110101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFDC; }

 p { color: rgb(205,223,220); }

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

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

 a { background-color: rgb(205,223,220); }

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

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

 span { border-color: rgb(205,223,220); }

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