Html Css Color HEX #D0FAE6 White Ice

📋 copy color: '#D0FAE6'

red 208 ◦ green 250 ◦ blue 230

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

Shades of White Ice #D0FAE6

Tints of White Ice #D0FAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.43%

R = 30.23%
G = 36.34%
B = 33.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#D0FAE6 (or 0xD0FAE6) is known color: White Ice. HEX triplet: D0, FA and E6. RGB value is (208,250,230). Sum of RGB (Red+Green+Blue) = 208+250+230=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAE6 is #2F0519. Grayscale: #EBEBEB. Windows color (decimal): -3081498 or 15137488. OLE color: 15137488.

HSL color Cylindrical-coordinate representation of color #D0FAE6: hue angle of 151.43º 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 #D0FAE6 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 230 -
CMYK 0.17 0 0.08 0.02
HSL 151.43º 0.81% 0.9% -
HSV(B) 151.43º 0.17% 0.98% -
XYZ 74.48 87.49 87.83 -
YUV 235.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 208 250 230 0.17 0 0.08 0.02 151.43 0.81 0.9
Hex D0 FA E6 11 0 8 2 97 51 5A
Octal 320 372 346 21 0 10 2 227 121 132
Binary 11010000 11111010 11100110 10001 0 1000 10 10010111 1010001 1011010

Color Harmonies of #D0FAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAE6

Black with #D0FAE6

Text Example


Text Example

White with #D0FAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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