Html Css Color HEX #D0F8E6 White Ice

📋 copy color: '#D0F8E6'

red 208 ◦ green 248 ◦ blue 230

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

Shades of White Ice #D0F8E6

Tints of White Ice #D0F8E6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.15%

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

R = 30.32%
G = 36.15%
B = 33.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#D0F8E6 (or 0xD0F8E6) is known color: White Ice. HEX triplet: D0, F8 and E6. RGB value is (208,248,230). Sum of RGB (Red+Green+Blue) = 208+248+230=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8E6 is #2F0719. Grayscale: #EAEAEA. Windows color (decimal): -3082010 or 15136976. OLE color: 15136976.

HSL color Cylindrical-coordinate representation of color #D0F8E6: hue angle of 153º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8E6 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 230 -
CMYK 0.16 0 0.07 0.03
HSL 153º 0.74% 0.89% -
HSV(B) 153º 0.16% 0.97% -
XYZ 73.86 86.26 87.62 -
YUV 233.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 208 248 230 0.16 0 0.07 0.03 153 0.74 0.89
Hex D0 F8 E6 10 0 7 3 99 4A 59
Octal 320 370 346 20 0 7 3 231 112 131
Binary 11010000 11111000 11100110 10000 0 111 11 10011001 1001010 1011001

Color Harmonies of #D0F8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8E6

Black with #D0F8E6

Text Example


Text Example

White with #D0F8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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