Html Css Color HEX #D6EFE5 White Ice

📋 copy color: '#D6EFE5'

red 214 ◦ green 239 ◦ blue 229

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

Shades of White Ice #D6EFE5

Tints of White Ice #D6EFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.04%

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

R = 31.38%
G = 35.04%
B = 33.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#D6EFE5 (or 0xD6EFE5) is known color: White Ice. HEX triplet: D6, EF and E5. RGB value is (214,239,229). Sum of RGB (Red+Green+Blue) = 214+239+229=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFE5 is #29101A. Grayscale: #E6E6E6. Windows color (decimal): -2691099 or 15069142. OLE color: 15069142.

HSL color Cylindrical-coordinate representation of color #D6EFE5: hue angle of 156º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EFE5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 229 -
CMYK 0.10 0 0.04 0.06
HSL 156º 0.44% 0.89% -
HSV(B) 156º 0.1% 0.94% -
XYZ 72.74 81.69 86.06 -
YUV 230.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 214 239 229 0.10 0 0.04 0.06 156 0.44 0.89
Hex D6 EF E5 A 0 4 6 9C 2C 59
Octal 326 357 345 12 0 4 6 234 54 131
Binary 11010110 11101111 11100101 1010 0 100 110 10011100 101100 1011001

Color Harmonies of #D6EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFE5

Black with #D6EFE5

Text Example


Text Example

White with #D6EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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