Html Css Color HEX #CDEEDE White Ice

📋 copy color: '#CDEEDE'

red 205 ◦ green 238 ◦ blue 222

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

Shades of White Ice #CDEEDE

Tints of White Ice #CDEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.38%

R = 30.83%
G = 35.79%
B = 33.38%

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

#CDEEDE (or 0xCDEEDE) is known color: White Ice. HEX triplet: CD, EE and DE. RGB value is (205,238,222). Sum of RGB (Red+Green+Blue) = 205+238+222=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDE is #321121. Grayscale: #E2E2E2. Windows color (decimal): -3281186 or 14610125. OLE color: 14610125.

HSL color Cylindrical-coordinate representation of color #CDEEDE: hue angle of 150.91º 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 #CDEEDE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 222 -
CMYK 0.14 0 0.07 0.07
HSL 150.91º 0.49% 0.87% -
HSV(B) 150.91º 0.14% 0.93% -
XYZ 68.94 79.4 80.8 -
YUV 226.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 205 238 222 0.14 0 0.07 0.07 150.91 0.49 0.87
Hex CD EE DE E 0 7 7 97 31 57
Octal 315 356 336 16 0 7 7 227 61 127
Binary 11001101 11101110 11011110 1110 0 111 111 10010111 110001 1010111

Color Harmonies of #CDEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEDE

Black with #CDEEDE

Text Example


Text Example

White with #CDEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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