Html Css Color HEX #E6DFE2 Prim

📋 copy color: '#E6DFE2'

red 230 ◦ green 223 ◦ blue 226

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

Shades of Prim #E6DFE2

Tints of Prim #E6DFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.84%

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

R = 33.87%
G = 32.84%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6DFE2 (or 0xE6DFE2) is known color: Prim. HEX triplet: E6, DF and E2. RGB value is (230,223,226). Sum of RGB (Red+Green+Blue) = 230+223+226=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFE2 is #19201D. Grayscale: #E1E1E1. Windows color (decimal): -1646622 or 14868454. OLE color: 14868454.

HSL color Cylindrical-coordinate representation of color #E6DFE2: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFE2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 226 -
CMYK 0 0.03 0.02 0.10
HSL 334.29º 0.12% 0.89% -
HSV(B) 334.29º 0.03% 0.9% -
XYZ 72.75 75.09 82.61 -
YUV 225.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 230 223 226 0 0.03 0.02 0.10 334.29 0.12 0.89
Hex E6 DF E2 0 3 2 A 14E C 59
Octal 346 337 342 0 3 2 12 516 14 131
Binary 11100110 11011111 11100010 0 11 10 1010 101001110 1100 1011001

Color Harmonies of #E6DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFE2

Black with #E6DFE2

Text Example


Text Example

White with #E6DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFE2; }

 p { color: rgb(230,223,226); }

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

background-color css

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

 a { background-color: rgb(230,223,226); }

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

border-color css

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

 span { border-color: rgb(230,223,226); }

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