Html Css Color HEX #D0F9E0 White Ice

📋 copy color: '#D0F9E0'

red 208 ◦ green 249 ◦ blue 224

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

Shades of White Ice #D0F9E0

Tints of White Ice #D0F9E0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.56%

 BLUE value IS 224 (87.89% from 255) = 32.89%

R = 30.54%
G = 36.56%
B = 32.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#D0F9E0 (or 0xD0F9E0) is known color: White Ice. HEX triplet: D0, F9 and E0. RGB value is (208,249,224). Sum of RGB (Red+Green+Blue) = 208+249+224=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9E0 is #2F061F. Grayscale: #E9E9E9. Windows color (decimal): -3081760 or 14744016. OLE color: 14744016.

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

Color convert

RGB 208 249 224 -
CMYK 0.16 0 0.10 0.02
HSL 143.41º 0.77% 0.9% -
HSV(B) 143.41º 0.16% 0.98% -
XYZ 73.34 86.54 83.36 -
YUV 233.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 208 249 224 0.16 0 0.10 0.02 143.41 0.77 0.9
Hex D0 F9 E0 10 0 A 2 8F 4D 5A
Octal 320 371 340 20 0 12 2 217 115 132
Binary 11010000 11111001 11100000 10000 0 1010 10 10001111 1001101 1011010

Color Harmonies of #D0F9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F9E0

Black with #D0F9E0

Text Example


Text Example

White with #D0F9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F9E0; }

 p { color: rgb(208,249,224); }

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

background-color css

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

 a { background-color: rgb(208,249,224); }

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

border-color css

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

 span { border-color: rgb(208,249,224); }

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