Html Css Color HEX #D6F2E7 White Ice

📋 copy color: '#D6F2E7'

red 214 ◦ green 242 ◦ blue 231

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

Shades of White Ice #D6F2E7

Tints of White Ice #D6F2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.62%

R = 31.15%
G = 35.23%
B = 33.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#D6F2E7 (or 0xD6F2E7) is known color: White Ice. HEX triplet: D6, F2 and E7. RGB value is (214,242,231). Sum of RGB (Red+Green+Blue) = 214+242+231=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2E7 is #290D18. Grayscale: #E8E8E8. Windows color (decimal): -2690329 or 15200982. OLE color: 15200982.

HSL color Cylindrical-coordinate representation of color #D6F2E7: hue angle of 156.43º 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 #D6F2E7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 231 -
CMYK 0.12 0 0.05 0.05
HSL 156.43º 0.52% 0.89% -
HSV(B) 156.43º 0.12% 0.95% -
XYZ 73.91 83.57 87.84 -
YUV 232.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 214 242 231 0.12 0 0.05 0.05 156.43 0.52 0.89
Hex D6 F2 E7 C 0 5 5 9C 34 59
Octal 326 362 347 14 0 5 5 234 64 131
Binary 11010110 11110010 11100111 1100 0 101 101 10011100 110100 1011001

Color Harmonies of #D6F2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2E7

Black with #D6F2E7

Text Example


Text Example

White with #D6F2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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