Html Css Color HEX #D0FEE6 White Ice

📋 copy color: '#D0FEE6'

red 208 ◦ green 254 ◦ blue 230

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

Shades of White Ice #D0FEE6

Tints of White Ice #D0FEE6

RGB

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

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

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

R = 30.06%
G = 36.71%
B = 33.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#D0FEE6 (or 0xD0FEE6) is known color: White Ice. HEX triplet: D0, FE and E6. RGB value is (208,254,230). Sum of RGB (Red+Green+Blue) = 208+254+230=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEE6 is #2F0119. Grayscale: #EDEDED. Windows color (decimal): -3080474 or 15138512. OLE color: 15138512.

HSL color Cylindrical-coordinate representation of color #D0FEE6: hue angle of 148.7º 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 #D0FEE6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 230 -
CMYK 0.18 0 0.09 0.00
HSL 148.7º 0.96% 0.91% -
HSV(B) 148.7º 0.18% 1% -
XYZ 75.74 90.01 88.24 -
YUV 237.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 208 254 230 0.18 0 0.09 0.00 148.7 0.96 0.91
Hex D0 FE E6 12 0 9 0 95 60 5B
Octal 320 376 346 22 0 11 0 225 140 133
Binary 11010000 11111110 11100110 10010 0 1001 0 10010101 1100000 1011011

Color Harmonies of #D0FEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FEE6

Black with #D0FEE6

Text Example


Text Example

White with #D0FEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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