Html Css Color HEX #D5E9DF White Ice

📋 copy color: '#D5E9DF'

red 213 ◦ green 233 ◦ blue 223

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

Shades of White Ice #D5E9DF

Tints of White Ice #D5E9DF

RGB

 RED value IS 213 (83.59% from 255) = 31.84%

 GREEN value IS 233 (91.41% from 255) = 34.83%

 BLUE value IS 223 (87.5% from 255) = 33.33%

R = 31.84%
G = 34.83%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#D5E9DF (or 0xD5E9DF) is known color: White Ice. HEX triplet: D5, E9 and DF. RGB value is (213,233,223). Sum of RGB (Red+Green+Blue) = 213+233+223=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9DF is #2A1620. Grayscale: #E1E1E1. Windows color (decimal): -2758177 or 14674389. OLE color: 14674389.

HSL color Cylindrical-coordinate representation of color #D5E9DF: hue angle of 150º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E9DF is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 223 -
CMYK 0.09 0 0.04 0.09
HSL 150º 0.31% 0.87% -
HSV(B) 150º 0.09% 0.91% -
XYZ 69.9 77.75 81.14 -
YUV 225.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 213 233 223 0.09 0 0.04 0.09 150 0.31 0.87
Hex D5 E9 DF 9 0 4 9 96 1F 57
Octal 325 351 337 11 0 4 11 226 37 127
Binary 11010101 11101001 11011111 1001 0 100 1001 10010110 11111 1010111

Color Harmonies of #D5E9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E9DF

Black with #D5E9DF

Text Example


Text Example

White with #D5E9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E9DF; }

 p { color: rgb(213,233,223); }

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

background-color css

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

 a { background-color: rgb(213,233,223); }

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

border-color css

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

 span { border-color: rgb(213,233,223); }

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