Html Css Color HEX #D6ECE1 White Ice

📋 copy color: '#D6ECE1'

red 214 ◦ green 236 ◦ blue 225

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

Shades of White Ice #D6ECE1

Tints of White Ice #D6ECE1

RGB

 RED value IS 214 (83.98% from 255) = 31.7%

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

 BLUE value IS 225 (88.28% from 255) = 33.33%

R = 31.7%
G = 34.96%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D6ECE1 (or 0xD6ECE1) is known color: White Ice. HEX triplet: D6, EC and E1. RGB value is (214,236,225). Sum of RGB (Red+Green+Blue) = 214+236+225=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECE1 is #29131E. Grayscale: #E4E4E4. Windows color (decimal): -2691871 or 14806230. OLE color: 14806230.

HSL color Cylindrical-coordinate representation of color #D6ECE1: hue angle of 150º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6ECE1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 225 -
CMYK 0.09 0 0.05 0.07
HSL 150º 0.37% 0.88% -
HSV(B) 150º 0.09% 0.93% -
XYZ 71.32 79.72 82.86 -
YUV 228.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 214 236 225 0.09 0 0.05 0.07 150 0.37 0.88
Hex D6 EC E1 9 0 5 7 96 25 58
Octal 326 354 341 11 0 5 7 226 45 130
Binary 11010110 11101100 11100001 1001 0 101 111 10010110 100101 1011000

Color Harmonies of #D6ECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECE1

Black with #D6ECE1

Text Example


Text Example

White with #D6ECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECE1; }

 p { color: rgb(214,236,225); }

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

background-color css

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

 a { background-color: rgb(214,236,225); }

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

border-color css

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

 span { border-color: rgb(214,236,225); }

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