Html Css Color HEX #D6EDE5 White Ice

📋 copy color: '#D6EDE5'

red 214 ◦ green 237 ◦ blue 229

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

Shades of White Ice #D6EDE5

Tints of White Ice #D6EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.85%

 BLUE value IS 229 (89.84% from 255) = 33.68%

R = 31.47%
G = 34.85%
B = 33.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#D6EDE5 (or 0xD6EDE5) is known color: White Ice. HEX triplet: D6, ED and E5. RGB value is (214,237,229). Sum of RGB (Red+Green+Blue) = 214+237+229=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDE5 is #29121A. Grayscale: #E5E5E5. Windows color (decimal): -2691611 or 15068630. OLE color: 15068630.

HSL color Cylindrical-coordinate representation of color #D6EDE5: hue angle of 159.13º degrees, saturation: 0.39, 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 #D6EDE5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 229 -
CMYK 0.10 0 0.03 0.07
HSL 159.13º 0.39% 0.88% -
HSV(B) 159.13º 0.1% 0.93% -
XYZ 72.16 80.52 85.87 -
YUV 229.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 214 237 229 0.10 0 0.03 0.07 159.13 0.39 0.88
Hex D6 ED E5 A 0 3 7 9F 27 58
Octal 326 355 345 12 0 3 7 237 47 130
Binary 11010110 11101101 11100101 1010 0 11 111 10011111 100111 1011000

Color Harmonies of #D6EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDE5

Black with #D6EDE5

Text Example


Text Example

White with #D6EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDE5; }

 p { color: rgb(214,237,229); }

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

background-color css

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

 a { background-color: rgb(214,237,229); }

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

border-color css

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

 span { border-color: rgb(214,237,229); }

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