Html Css Color HEX #D0FAE3 White Ice

📋 copy color: '#D0FAE3'

red 208 ◦ green 250 ◦ blue 227

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

Shades of White Ice #D0FAE3

Tints of White Ice #D0FAE3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.5%

 BLUE value IS 227 (89.06% from 255) = 33.14%

R = 30.36%
G = 36.5%
B = 33.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#D0FAE3 (or 0xD0FAE3) is known color: White Ice. HEX triplet: D0, FA and E3. RGB value is (208,250,227). Sum of RGB (Red+Green+Blue) = 208+250+227=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAE3 is #2F051C. Grayscale: #EAEAEA. Windows color (decimal): -3081501 or 14940880. OLE color: 14940880.

HSL color Cylindrical-coordinate representation of color #D0FAE3: hue angle of 147.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAE3 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 227 -
CMYK 0.17 0 0.09 0.02
HSL 147.14º 0.81% 0.9% -
HSV(B) 147.14º 0.17% 0.98% -
XYZ 74.06 87.33 85.63 -
YUV 234.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 208 250 227 0.17 0 0.09 0.02 147.14 0.81 0.9
Hex D0 FA E3 11 0 9 2 93 51 5A
Octal 320 372 343 21 0 11 2 223 121 132
Binary 11010000 11111010 11100011 10001 0 1001 10 10010011 1010001 1011010

Color Harmonies of #D0FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAE3

Black with #D0FAE3

Text Example


Text Example

White with #D0FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAE3; }

 p { color: rgb(208,250,227); }

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

background-color css

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

 a { background-color: rgb(208,250,227); }

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

border-color css

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

 span { border-color: rgb(208,250,227); }

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