Html Css Color HEX #D0EFDF White Ice

📋 copy color: '#D0EFDF'

red 208 ◦ green 239 ◦ blue 223

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

Shades of White Ice #D0EFDF

Tints of White Ice #D0EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

 BLUE value IS 223 (87.5% from 255) = 33.28%

R = 31.04%
G = 35.67%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D0EFDF (or 0xD0EFDF) is known color: White Ice. HEX triplet: D0, EF and DF. RGB value is (208,239,223). Sum of RGB (Red+Green+Blue) = 208+239+223=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDF is #2F1020. Grayscale: #E3E3E3. Windows color (decimal): -3084321 or 14675920. OLE color: 14675920.

HSL color Cylindrical-coordinate representation of color #D0EFDF: hue angle of 149.03º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFDF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 223 -
CMYK 0.13 0 0.07 0.06
HSL 149.03º 0.49% 0.88% -
HSV(B) 149.03º 0.13% 0.94% -
XYZ 70.2 80.47 81.64 -
YUV 227.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 208 239 223 0.13 0 0.07 0.06 149.03 0.49 0.88
Hex D0 EF DF D 0 7 6 95 31 58
Octal 320 357 337 15 0 7 6 225 61 130
Binary 11010000 11101111 11011111 1101 0 111 110 10010101 110001 1011000

Color Harmonies of #D0EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFDF

Black with #D0EFDF

Text Example


Text Example

White with #D0EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFDF; }

 p { color: rgb(208,239,223); }

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

background-color css

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

 a { background-color: rgb(208,239,223); }

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

border-color css

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

 span { border-color: rgb(208,239,223); }

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