Html Css Color HEX #E6CAD1 Prim

📋 copy color: '#E6CAD1'

red 230 ◦ green 202 ◦ blue 209

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

Shades of Prim #E6CAD1

Tints of Prim #E6CAD1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.51%

 BLUE value IS 209 (82.03% from 255) = 32.61%

R = 35.88%
G = 31.51%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E6CAD1 (or 0xE6CAD1) is known color: Prim. HEX triplet: E6, CA and D1. RGB value is (230,202,209). Sum of RGB (Red+Green+Blue) = 230+202+209=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD1 is #19352E. Grayscale: #D3D3D3. Windows color (decimal): -1652015 or 13748966. OLE color: 13748966.

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

Color convert

RGB 230 202 209 -
CMYK 0 0.12 0.09 0.10
HSL 345º 0.36% 0.85% -
HSV(B) 345º 0.12% 0.9% -
XYZ 65.26 63.67 69.17 -
YUV 211.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 230 202 209 0 0.12 0.09 0.10 345 0.36 0.85
Hex E6 CA D1 0 C 9 A 159 24 55
Octal 346 312 321 0 14 11 12 531 44 125
Binary 11100110 11001010 11010001 0 1100 1001 1010 101011001 100100 1010101

Color Harmonies of #E6CAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAD1

Black with #E6CAD1

Text Example


Text Example

White with #E6CAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAD1; }

 p { color: rgb(230,202,209); }

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

background-color css

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

 a { background-color: rgb(230,202,209); }

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

border-color css

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

 span { border-color: rgb(230,202,209); }

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