Html Css Color HEX #D6EADF White Ice

📋 copy color: '#D6EADF'

red 214 ◦ green 234 ◦ blue 223

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

Shades of White Ice #D6EADF

Tints of White Ice #D6EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

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

R = 31.89%
G = 34.87%
B = 33.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#D6EADF (or 0xD6EADF) is known color: White Ice. HEX triplet: D6, EA and DF. RGB value is (214,234,223). Sum of RGB (Red+Green+Blue) = 214+234+223=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EADF is #291520. Grayscale: #E2E2E2. Windows color (decimal): -2692385 or 14674646. OLE color: 14674646.

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

Color convert

RGB 214 234 223 -
CMYK 0.09 0 0.05 0.08
HSL 147º 0.32% 0.88% -
HSV(B) 147º 0.09% 0.92% -
XYZ 70.47 78.47 81.24 -
YUV 226.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 214 234 223 0.09 0 0.05 0.08 147 0.32 0.88
Hex D6 EA DF 9 0 5 8 93 20 58
Octal 326 352 337 11 0 5 10 223 40 130
Binary 11010110 11101010 11011111 1001 0 101 1000 10010011 100000 1011000

Color Harmonies of #D6EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EADF

Black with #D6EADF

Text Example


Text Example

White with #D6EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EADF; }

 p { color: rgb(214,234,223); }

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

background-color css

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

 a { background-color: rgb(214,234,223); }

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

border-color css

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

 span { border-color: rgb(214,234,223); }

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