Html Css Color HEX #CDEEDD White Ice

📋 copy color: '#CDEEDD'

red 205 ◦ green 238 ◦ blue 221

#CDEEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #CDEEDD

Tints of White Ice #CDEEDD

RGB

 RED value IS 205 (80.47% from 255) = 30.87%

 GREEN value IS 238 (93.36% from 255) = 35.84%

 BLUE value IS 221 (86.72% from 255) = 33.28%

R = 30.87%
G = 35.84%
B = 33.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#CDEEDD (or 0xCDEEDD) is known color: White Ice. HEX triplet: CD, EE and DD. RGB value is (205,238,221). Sum of RGB (Red+Green+Blue) = 205+238+221=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDD is #321122. Grayscale: #E2E2E2. Windows color (decimal): -3281187 or 14544589. OLE color: 14544589.

HSL color Cylindrical-coordinate representation of color #CDEEDD: hue angle of 149.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEDD is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 221 -
CMYK 0.14 0 0.07 0.07
HSL 149.09º 0.49% 0.87% -
HSV(B) 149.09º 0.14% 0.93% -
XYZ 68.8 79.35 80.1 -
YUV 226.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 205 238 221 0.14 0 0.07 0.07 149.09 0.49 0.87
Hex CD EE DD E 0 7 7 95 31 57
Octal 315 356 335 16 0 7 7 225 61 127
Binary 11001101 11101110 11011101 1110 0 111 111 10010101 110001 1010111

Color Harmonies of #CDEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEDD

Black with #CDEEDD

Text Example


Text Example

White with #CDEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEDD; }

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

 H1.HeaderClassName
 {
   color: #CDEEDD;
 }
 .AnyTagClassName
 {
   color: #CDEEDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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