Html Css Color HEX #D5E8DF White Ice

📋 copy color: '#D5E8DF'

red 213 ◦ green 232 ◦ blue 223

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

Shades of White Ice #D5E8DF

Tints of White Ice #D5E8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.73%

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

R = 31.89%
G = 34.73%
B = 33.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#D5E8DF (or 0xD5E8DF) is known color: White Ice. HEX triplet: D5, E8 and DF. RGB value is (213,232,223). Sum of RGB (Red+Green+Blue) = 213+232+223=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8DF is #2A1720. Grayscale: #E1E1E1. Windows color (decimal): -2758433 or 14674133. OLE color: 14674133.

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

Color convert

RGB 213 232 223 -
CMYK 0.08 0 0.04 0.09
HSL 151.58º 0.29% 0.87% -
HSV(B) 151.58º 0.08% 0.91% -
XYZ 69.62 77.19 81.04 -
YUV 225.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 213 232 223 0.08 0 0.04 0.09 151.58 0.29 0.87
Hex D5 E8 DF 8 0 4 9 98 1D 57
Octal 325 350 337 10 0 4 11 230 35 127
Binary 11010101 11101000 11011111 1000 0 100 1001 10011000 11101 1010111

Color Harmonies of #D5E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8DF

Black with #D5E8DF

Text Example


Text Example

White with #D5E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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