Html Css Color HEX #E6F2DD Panache

📋 copy color: '#E6F2DD'

red 230 ◦ green 242 ◦ blue 221

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

Shades of Panache #E6F2DD

Tints of Panache #E6F2DD

RGB

 RED value IS 230 (90.23% from 255) = 33.19%

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

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 33.19%
G = 34.92%
B = 31.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#E6F2DD (or 0xE6F2DD) is known color: Panache. HEX triplet: E6, F2 and DD. RGB value is (230,242,221). Sum of RGB (Red+Green+Blue) = 230+242+221=693 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.19% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2DD is #190D22. Grayscale: #ECECEC. Windows color (decimal): -1641763 or 14545638. OLE color: 14545638.

HSL color Cylindrical-coordinate representation of color #E6F2DD: hue angle of 94.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F2DD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 221 -
CMYK 0.05 0 0.09 0.05
HSL 94.29º 0.45% 0.91% -
HSV(B) 94.29º 0.09% 0.95% -
XYZ 77.44 85.55 80.84 -
YUV 236.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 230 242 221 0.05 0 0.09 0.05 94.29 0.45 0.91
Hex E6 F2 DD 5 0 9 5 5E 2D 5B
Octal 346 362 335 5 0 11 5 136 55 133
Binary 11100110 11110010 11011101 101 0 1001 101 1011110 101101 1011011

Color Harmonies of #E6F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2DD

Black with #E6F2DD

Text Example


Text Example

White with #E6F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2DD; }

 p { color: rgb(230,242,221); }

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

background-color css

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

 a { background-color: rgb(230,242,221); }

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

border-color css

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

 span { border-color: rgb(230,242,221); }

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