Html Css Color HEX #D6F3E6 White Ice

📋 copy color: '#D6F3E6'

red 214 ◦ green 243 ◦ blue 230

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

Shades of White Ice #D6F3E6

Tints of White Ice #D6F3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 31.15%
G = 35.37%
B = 33.48%

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

#D6F3E6 (or 0xD6F3E6) is known color: White Ice. HEX triplet: D6, F3 and E6. RGB value is (214,243,230). Sum of RGB (Red+Green+Blue) = 214+243+230=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F3E6 is #290C19. Grayscale: #E8E8E8. Windows color (decimal): -2690074 or 15135702. OLE color: 15135702.

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

Color convert

RGB 214 243 230 -
CMYK 0.12 0 0.05 0.05
HSL 153.1º 0.55% 0.9% -
HSV(B) 153.1º 0.12% 0.95% -
XYZ 74.07 84.11 87.19 -
YUV 232.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 214 243 230 0.12 0 0.05 0.05 153.1 0.55 0.9
Hex D6 F3 E6 C 0 5 5 99 37 5A
Octal 326 363 346 14 0 5 5 231 67 132
Binary 11010110 11110011 11100110 1100 0 101 101 10011001 110111 1011010

Color Harmonies of #D6F3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3E6

Black with #D6F3E6

Text Example


Text Example

White with #D6F3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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