Html Css Color HEX #D6F3E2 White Ice

📋 copy color: '#D6F3E2'

red 214 ◦ green 243 ◦ blue 226

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

Shades of White Ice #D6F3E2

Tints of White Ice #D6F3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

 BLUE value IS 226 (88.67% from 255) = 33.09%

R = 31.33%
G = 35.58%
B = 33.09%

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

#D6F3E2 (or 0xD6F3E2) is known color: White Ice. HEX triplet: D6, F3 and E2. RGB value is (214,243,226). Sum of RGB (Red+Green+Blue) = 214+243+226=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3E2 is #290C1D. Grayscale: #E8E8E8. Windows color (decimal): -2690078 or 14873558. OLE color: 14873558.

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

Color convert

RGB 214 243 226 -
CMYK 0.12 0 0.07 0.05
HSL 144.83º 0.55% 0.9% -
HSV(B) 144.83º 0.12% 0.95% -
XYZ 73.51 83.89 84.27 -
YUV 232.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 214 243 226 0.12 0 0.07 0.05 144.83 0.55 0.9
Hex D6 F3 E2 C 0 7 5 91 37 5A
Octal 326 363 342 14 0 7 5 221 67 132
Binary 11010110 11110011 11100010 1100 0 111 101 10010001 110111 1011010

Color Harmonies of #D6F3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3E2

Black with #D6F3E2

Text Example


Text Example

White with #D6F3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3E2; }

 p { color: rgb(214,243,226); }

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

background-color css

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

 a { background-color: rgb(214,243,226); }

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

border-color css

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

 span { border-color: rgb(214,243,226); }

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