#CDEFDD

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

Shades of White Ice #CDEFDD

Tints of White Ice #CDEFDD

Color information

#CDEFDD (or 0xCDEFDD) is unknown color: approx White Ice. HEX triplet: CD, EF and DD. RGB value is (205,239,221). Sum of RGB (Red+Green+Blue) = 205+239+221=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFDD is #321022. Grayscale: #E2E2E2. Windows color (decimal): -3280931 or 14544845. OLE color: 14544845.

HSL color Cylindrical-coordinate representation of color #CDEFDD: hue angle of 148.24º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFDD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB205239221-
CMYK0.1400.080.06
HSL148.24º51.52%87.06%-
HSV(B)148.24º14.23%93.73%-
XYZ69.0979.9380.19-
YUV226.78124.74112.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=30.83%
G=35.94%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392210.1400.080.06148.2451.5287.06
HexCDEFDDE086943457
Octal31535733516010622464127
Binary110011011110111111011101111001000110100101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFDD; }

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

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

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

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

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

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

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

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