Html Css Color HEX #D6EDE2 White Ice

📋 copy color: '#D6EDE2'

red 214 ◦ green 237 ◦ blue 226

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

Shades of White Ice #D6EDE2

Tints of White Ice #D6EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.38%

R = 31.61%
G = 35.01%
B = 33.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D6EDE2 (or 0xD6EDE2) is known color: White Ice. HEX triplet: D6, ED and E2. RGB value is (214,237,226). Sum of RGB (Red+Green+Blue) = 214+237+226=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDE2 is #29121D. Grayscale: #E4E4E4. Windows color (decimal): -2691614 or 14872022. OLE color: 14872022.

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

Color convert

RGB 214 237 226 -
CMYK 0.10 0 0.05 0.07
HSL 151.3º 0.39% 0.88% -
HSV(B) 151.3º 0.1% 0.93% -
XYZ 71.74 80.36 83.68 -
YUV 228.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 214 237 226 0.10 0 0.05 0.07 151.3 0.39 0.88
Hex D6 ED E2 A 0 5 7 97 27 58
Octal 326 355 342 12 0 5 7 227 47 130
Binary 11010110 11101101 11100010 1010 0 101 111 10010111 100111 1011000

Color Harmonies of #D6EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDE2

Black with #D6EDE2

Text Example


Text Example

White with #D6EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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