#CDDFDD

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

Shades of Jagged Ice #CDDFDD

Tints of Jagged Ice #CDDFDD

Color information

#CDDFDD (or 0xCDDFDD) is unknown color: approx Jagged Ice. HEX triplet: CD, DF and DD. RGB value is (205,223,221). Sum of RGB (Red+Green+Blue) = 205+223+221=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDD is #322022. Grayscale: #D9D9D9. Windows color (decimal): -3285027 or 14540749. OLE color: 14540749.

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

Color convert

RGB205223221-
CMYK0.0800.010.13
HSL173.33º21.95%83.92%-
HSV(B)173.33º8.07%87.45%-
XYZ64.6270.9778.7-
YUV217.39130.04119.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=31.59%
G=34.36%
B=34.05%

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
Decimal2052232210.0800.010.13173.3321.9583.92
HexCDDFDD801Dad1654
Octal31533733510011525526124
Binary110011011101111111011101100001110110101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFDD; }

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

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

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

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

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

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

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

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