Html Css Color HEX #D9F2E6 White Ice

📋 copy color: '#D9F2E6'

red 217 ◦ green 242 ◦ blue 230

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

Shades of White Ice #D9F2E6

Tints of White Ice #D9F2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.12%

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

R = 31.49%
G = 35.12%
B = 33.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#D9F2E6 (or 0xD9F2E6) is known color: White Ice. HEX triplet: D9, F2 and E6. RGB value is (217,242,230). Sum of RGB (Red+Green+Blue) = 217+242+230=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2E6 is #260D19. Grayscale: #E9E9E9. Windows color (decimal): -2493722 or 15135449. OLE color: 15135449.

HSL color Cylindrical-coordinate representation of color #D9F2E6: hue angle of 151.2º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 230 -
CMYK 0.10 0 0.05 0.05
HSL 151.2º 0.49% 0.9% -
HSV(B) 151.2º 0.1% 0.95% -
XYZ 74.65 83.97 87.14 -
YUV 233.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 217 242 230 0.10 0 0.05 0.05 151.2 0.49 0.9
Hex D9 F2 E6 A 0 5 5 97 31 5A
Octal 331 362 346 12 0 5 5 227 61 132
Binary 11011001 11110010 11100110 1010 0 101 101 10010111 110001 1011010

Color Harmonies of #D9F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2E6

Black with #D9F2E6

Text Example


Text Example

White with #D9F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2E6; }

 p { color: rgb(217,242,230); }

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

background-color css

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

 a { background-color: rgb(217,242,230); }

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

border-color css

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

 span { border-color: rgb(217,242,230); }

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