Html Css Color HEX #E6CACD Pale Rose

📋 copy color: '#E6CACD'

red 230 ◦ green 202 ◦ blue 205

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

Shades of Pale Rose #E6CACD

Tints of Pale Rose #E6CACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.18%

R = 36.11%
G = 31.71%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6CACD (or 0xE6CACD) is known color: Pale Rose. HEX triplet: E6, CA and CD. RGB value is (230,202,205). Sum of RGB (Red+Green+Blue) = 230+202+205=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACD is #193532. Grayscale: #D2D2D2. Windows color (decimal): -1652019 or 13486822. OLE color: 13486822.

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

Color convert

RGB 230 202 205 -
CMYK 0 0.12 0.11 0.10
HSL 353.57º 0.36% 0.85% -
HSV(B) 353.57º 0.12% 0.9% -
XYZ 64.77 63.47 66.59 -
YUV 210.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 230 202 205 0 0.12 0.11 0.10 353.57 0.36 0.85
Hex E6 CA CD 0 C B A 162 24 55
Octal 346 312 315 0 14 13 12 542 44 125
Binary 11100110 11001010 11001101 0 1100 1011 1010 101100010 100100 1010101

Color Harmonies of #E6CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CACD

Black with #E6CACD

Text Example


Text Example

White with #E6CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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