Html Css Color HEX #D0ECDD White Ice

📋 copy color: '#D0ECDD'

red 208 ◦ green 236 ◦ blue 221

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

Shades of White Ice #D0ECDD

Tints of White Ice #D0ECDD

RGB

 RED value IS 208 (81.64% from 255) = 31.28%

 GREEN value IS 236 (92.58% from 255) = 35.49%

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

R = 31.28%
G = 35.49%
B = 33.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#D0ECDD (or 0xD0ECDD) is known color: White Ice. HEX triplet: D0, EC and DD. RGB value is (208,236,221). Sum of RGB (Red+Green+Blue) = 208+236+221=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDD is #2F1322. Grayscale: #E1E1E1. Windows color (decimal): -3085091 or 14544080. OLE color: 14544080.

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

Color convert

RGB 208 236 221 -
CMYK 0.12 0 0.06 0.07
HSL 147.86º 0.42% 0.87% -
HSV(B) 147.86º 0.12% 0.93% -
XYZ 69.06 78.62 79.94 -
YUV 225.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 208 236 221 0.12 0 0.06 0.07 147.86 0.42 0.87
Hex D0 EC DD C 0 6 7 94 2A 57
Octal 320 354 335 14 0 6 7 224 52 127
Binary 11010000 11101100 11011101 1100 0 110 111 10010100 101010 1010111

Color Harmonies of #D0ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECDD

Black with #D0ECDD

Text Example


Text Example

White with #D0ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECDD; }

 p { color: rgb(208,236,221); }

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

background-color css

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

 a { background-color: rgb(208,236,221); }

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

border-color css

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

 span { border-color: rgb(208,236,221); }

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