Html Css Color HEX #D5ECDF White Ice

📋 copy color: '#D5ECDF'

red 213 ◦ green 236 ◦ blue 223

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

Shades of White Ice #D5ECDF

Tints of White Ice #D5ECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.12%

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

R = 31.7%
G = 35.12%
B = 33.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#D5ECDF (or 0xD5ECDF) is known color: White Ice. HEX triplet: D5, EC and DF. RGB value is (213,236,223). Sum of RGB (Red+Green+Blue) = 213+236+223=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECDF is #2A1320. Grayscale: #E3E3E3. Windows color (decimal): -2757409 or 14675157. OLE color: 14675157.

HSL color Cylindrical-coordinate representation of color #D5ECDF: hue angle of 146.09º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECDF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 223 -
CMYK 0.10 0 0.06 0.07
HSL 146.09º 0.38% 0.88% -
HSV(B) 146.09º 0.1% 0.93% -
XYZ 70.76 79.46 81.42 -
YUV 227.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 213 236 223 0.10 0 0.06 0.07 146.09 0.38 0.88
Hex D5 EC DF A 0 6 7 92 26 58
Octal 325 354 337 12 0 6 7 222 46 130
Binary 11010101 11101100 11011111 1010 0 110 111 10010010 100110 1011000

Color Harmonies of #D5ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECDF

Black with #D5ECDF

Text Example


Text Example

White with #D5ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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