Html Css Color HEX #D6F2E1 White Ice

📋 copy color: '#D6F2E1'

red 214 ◦ green 242 ◦ blue 225

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

Shades of White Ice #D6F2E1

Tints of White Ice #D6F2E1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

 BLUE value IS 225 (88.28% from 255) = 33.04%

R = 31.42%
G = 35.54%
B = 33.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#D6F2E1 (or 0xD6F2E1) is known color: White Ice. HEX triplet: D6, F2 and E1. RGB value is (214,242,225). Sum of RGB (Red+Green+Blue) = 214+242+225=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2E1 is #290D1E. Grayscale: #E7E7E7. Windows color (decimal): -2690335 or 14807766. OLE color: 14807766.

HSL color Cylindrical-coordinate representation of color #D6F2E1: hue angle of 143.57º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2E1 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 225 -
CMYK 0.12 0 0.07 0.05
HSL 143.57º 0.52% 0.89% -
HSV(B) 143.57º 0.12% 0.95% -
XYZ 73.07 83.24 83.45 -
YUV 231.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 214 242 225 0.12 0 0.07 0.05 143.57 0.52 0.89
Hex D6 F2 E1 C 0 7 5 90 34 59
Octal 326 362 341 14 0 7 5 220 64 131
Binary 11010110 11110010 11100001 1100 0 111 101 10010000 110100 1011001

Color Harmonies of #D6F2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2E1

Black with #D6F2E1

Text Example


Text Example

White with #D6F2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2E1; }

 p { color: rgb(214,242,225); }

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

background-color css

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

 a { background-color: rgb(214,242,225); }

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

border-color css

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

 span { border-color: rgb(214,242,225); }

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