Html Css Color HEX #D6E6DF White Ice

📋 copy color: '#D6E6DF'

red 214 ◦ green 230 ◦ blue 223

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

Shades of White Ice #D6E6DF

Tints of White Ice #D6E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.48%

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

R = 32.08%
G = 34.48%
B = 33.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#D6E6DF (or 0xD6E6DF) is known color: White Ice. HEX triplet: D6, E6 and DF. RGB value is (214,230,223). Sum of RGB (Red+Green+Blue) = 214+230+223=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6DF is #291920. Grayscale: #E0E0E0. Windows color (decimal): -2693409 or 14673622. OLE color: 14673622.

HSL color Cylindrical-coordinate representation of color #D6E6DF: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6E6DF is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 230 223 -
CMYK 0.07 0 0.03 0.10
HSL 153.75º 0.24% 0.87% -
HSV(B) 153.75º 0.07% 0.9% -
XYZ 69.35 76.22 80.87 -
YUV 224.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 214 230 223 0.07 0 0.03 0.10 153.75 0.24 0.87
Hex D6 E6 DF 7 0 3 A 9A 18 57
Octal 326 346 337 7 0 3 12 232 30 127
Binary 11010110 11100110 11011111 111 0 11 1010 10011010 11000 1010111

Color Harmonies of #D6E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E6DF

Black with #D6E6DF

Text Example


Text Example

White with #D6E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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