Html Css Color HEX #E6CFDC Prim

📋 copy color: '#E6CFDC'

red 230 ◦ green 207 ◦ blue 220

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

Shades of Prim #E6CFDC

Tints of Prim #E6CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.51%

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 35.01%
G = 31.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6CFDC (or 0xE6CFDC) is known color: Prim. HEX triplet: E6, CF and DC. RGB value is (230,207,220). Sum of RGB (Red+Green+Blue) = 230+207+220=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDC is #193023. Grayscale: #D7D7D7. Windows color (decimal): -1650724 or 14471142. OLE color: 14471142.

HSL color Cylindrical-coordinate representation of color #E6CFDC: hue angle of 326.09º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CFDC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 207 220 -
CMYK 0 0.10 0.04 0.10
HSL 326.09º 0.32% 0.86% -
HSV(B) 326.09º 0.1% 0.9% -
XYZ 67.86 66.62 76.99 -
YUV 215.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 230 207 220 0 0.10 0.04 0.10 326.09 0.32 0.86
Hex E6 CF DC 0 A 4 A 146 20 56
Octal 346 317 334 0 12 4 12 506 40 126
Binary 11100110 11001111 11011100 0 1010 100 1010 101000110 100000 1010110

Color Harmonies of #E6CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFDC

Black with #E6CFDC

Text Example


Text Example

White with #E6CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFDC; }

 p { color: rgb(230,207,220); }

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

background-color css

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

 a { background-color: rgb(230,207,220); }

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

border-color css

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

 span { border-color: rgb(230,207,220); }

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