Html Css Color HEX #D6EBDF White Ice

📋 copy color: '#D6EBDF'

red 214 ◦ green 235 ◦ blue 223

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

Shades of White Ice #D6EBDF

Tints of White Ice #D6EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.97%

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

R = 31.85%
G = 34.97%
B = 33.18%

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

#D6EBDF (or 0xD6EBDF) is known color: White Ice. HEX triplet: D6, EB and DF. RGB value is (214,235,223). Sum of RGB (Red+Green+Blue) = 214+235+223=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDF is #291420. Grayscale: #E3E3E3. Windows color (decimal): -2692129 or 14674902. OLE color: 14674902.

HSL color Cylindrical-coordinate representation of color #D6EBDF: hue angle of 145.71º degrees, saturation: 0.34, 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 #D6EBDF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 223 -
CMYK 0.09 0 0.05 0.08
HSL 145.71º 0.34% 0.88% -
HSV(B) 145.71º 0.09% 0.92% -
XYZ 70.76 79.04 81.34 -
YUV 227.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 214 235 223 0.09 0 0.05 0.08 145.71 0.34 0.88
Hex D6 EB DF 9 0 5 8 92 22 58
Octal 326 353 337 11 0 5 10 222 42 130
Binary 11010110 11101011 11011111 1001 0 101 1000 10010010 100010 1011000

Color Harmonies of #D6EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBDF

Black with #D6EBDF

Text Example


Text Example

White with #D6EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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