Html Css Color HEX #D0FEE5 White Ice

📋 copy color: '#D0FEE5'

red 208 ◦ green 254 ◦ blue 229

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

Shades of White Ice #D0FEE5

Tints of White Ice #D0FEE5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.76%

 BLUE value IS 229 (89.84% from 255) = 33.14%

R = 30.1%
G = 36.76%
B = 33.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#D0FEE5 (or 0xD0FEE5) is known color: White Ice. HEX triplet: D0, FE and E5. RGB value is (208,254,229). Sum of RGB (Red+Green+Blue) = 208+254+229=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEE5 is #2F011A. Grayscale: #EDEDED. Windows color (decimal): -3080475 or 15072976. OLE color: 15072976.

HSL color Cylindrical-coordinate representation of color #D0FEE5: hue angle of 147.39º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEE5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 229 -
CMYK 0.18 0 0.10 0.00
HSL 147.39º 0.96% 0.91% -
HSV(B) 147.39º 0.18% 1% -
XYZ 75.6 89.95 87.51 -
YUV 237.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 208 254 229 0.18 0 0.10 0.00 147.39 0.96 0.91
Hex D0 FE E5 12 0 A 0 93 60 5B
Octal 320 376 345 22 0 12 0 223 140 133
Binary 11010000 11111110 11100101 10010 0 1010 0 10010011 1100000 1011011

Color Harmonies of #D0FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FEE5

Black with #D0FEE5

Text Example


Text Example

White with #D0FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FEE5; }

 p { color: rgb(208,254,229); }

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

background-color css

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

 a { background-color: rgb(208,254,229); }

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

border-color css

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

 span { border-color: rgb(208,254,229); }

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