Html Css Color HEX #D9FDEA White Ice

📋 copy color: '#D9FDEA'

red 217 ◦ green 253 ◦ blue 234

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

Shades of White Ice #D9FDEA

Tints of White Ice #D9FDEA

RGB

 RED value IS 217 (85.16% from 255) = 30.82%

 GREEN value IS 253 (99.22% from 255) = 35.94%

 BLUE value IS 234 (91.8% from 255) = 33.24%

R = 30.82%
G = 35.94%
B = 33.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#D9FDEA (or 0xD9FDEA) is known color: White Ice. HEX triplet: D9, FD and EA. RGB value is (217,253,234). Sum of RGB (Red+Green+Blue) = 217+253+234=704 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.82% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDEA is #260215. Grayscale: #F0F0F0. Windows color (decimal): -2490902 or 15400409. OLE color: 15400409.

HSL color Cylindrical-coordinate representation of color #D9FDEA: hue angle of 148.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 253 234 -
CMYK 0.14 0 0.08 0.01
HSL 148.33º 0.9% 0.92% -
HSV(B) 148.33º 0.14% 0.99% -
XYZ 78.59 90.94 91.25 -
YUV 240.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 217 253 234 0.14 0 0.08 0.01 148.33 0.9 0.92
Hex D9 FD EA E 0 8 1 94 5A 5C
Octal 331 375 352 16 0 10 1 224 132 134
Binary 11011001 11111101 11101010 1110 0 1000 1 10010100 1011010 1011100

Color Harmonies of #D9FDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FDEA

Black with #D9FDEA

Text Example


Text Example

White with #D9FDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FDEA; }

 p { color: rgb(217,253,234); }

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

background-color css

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

 a { background-color: rgb(217,253,234); }

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

border-color css

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

 span { border-color: rgb(217,253,234); }

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