Html Css Color HEX #E6F2D8 Catskill White

📋 copy color: '#E6F2D8'

red 230 ◦ green 242 ◦ blue 216

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

Shades of Catskill White #E6F2D8

Tints of Catskill White #E6F2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.4%

R = 33.43%
G = 35.17%
B = 31.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#E6F2D8 (or 0xE6F2D8) is known color: Catskill White. HEX triplet: E6, F2 and D8. RGB value is (230,242,216). Sum of RGB (Red+Green+Blue) = 230+242+216=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2D8 is #190D27. Grayscale: #EBEBEB. Windows color (decimal): -1641768 or 14217958. OLE color: 14217958.

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

Color convert

RGB 230 242 216 -
CMYK 0.05 0 0.11 0.05
HSL 87.69º 0.5% 0.9% -
HSV(B) 87.69º 0.11% 0.95% -
XYZ 76.78 85.29 77.38 -
YUV 235.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 230 242 216 0.05 0 0.11 0.05 87.69 0.5 0.9
Hex E6 F2 D8 5 0 B 5 58 32 5A
Octal 346 362 330 5 0 13 5 130 62 132
Binary 11100110 11110010 11011000 101 0 1011 101 1011000 110010 1011010

Color Harmonies of #E6F2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2D8

Black with #E6F2D8

Text Example


Text Example

White with #E6F2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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