Html Css Color HEX #E6CAD2 Prim

📋 copy color: '#E6CAD2'

red 230 ◦ green 202 ◦ blue 210

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

Shades of Prim #E6CAD2

Tints of Prim #E6CAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.71%

R = 35.83%
G = 31.46%
B = 32.71%

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

#E6CAD2 (or 0xE6CAD2) is known color: Prim. HEX triplet: E6, CA and D2. RGB value is (230,202,210). Sum of RGB (Red+Green+Blue) = 230+202+210=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD2 is #19352D. Grayscale: #D3D3D3. Windows color (decimal): -1652014 or 13814502. OLE color: 13814502.

HSL color Cylindrical-coordinate representation of color #E6CAD2: hue angle of 342.86º 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 #E6CAD2 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 210 -
CMYK 0 0.12 0.09 0.10
HSL 342.86º 0.36% 0.85% -
HSV(B) 342.86º 0.12% 0.9% -
XYZ 65.39 63.72 69.83 -
YUV 211.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 230 202 210 0 0.12 0.09 0.10 342.86 0.36 0.85
Hex E6 CA D2 0 C 9 A 157 24 55
Octal 346 312 322 0 14 11 12 527 44 125
Binary 11100110 11001010 11010010 0 1100 1001 1010 101010111 100100 1010101

Color Harmonies of #E6CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAD2

Black with #E6CAD2

Text Example


Text Example

White with #E6CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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