Html Css Color HEX #E6CACE Pale Rose

📋 copy color: '#E6CACE'

red 230 ◦ green 202 ◦ blue 206

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

Shades of Pale Rose #E6CACE

Tints of Pale Rose #E6CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 36.05%
G = 31.66%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6CACE (or 0xE6CACE) is known color: Pale Rose. HEX triplet: E6, CA and CE. RGB value is (230,202,206). Sum of RGB (Red+Green+Blue) = 230+202+206=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACE is #193531. Grayscale: #D2D2D2. Windows color (decimal): -1652018 or 13552358. OLE color: 13552358.

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

Color convert

RGB 230 202 206 -
CMYK 0 0.12 0.10 0.10
HSL 351.43º 0.36% 0.85% -
HSV(B) 351.43º 0.12% 0.9% -
XYZ 64.89 63.52 67.23 -
YUV 210.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 230 202 206 0 0.12 0.10 0.10 351.43 0.36 0.85
Hex E6 CA CE 0 C A A 15F 24 55
Octal 346 312 316 0 14 12 12 537 44 125
Binary 11100110 11001010 11001110 0 1100 1010 1010 101011111 100100 1010101

Color Harmonies of #E6CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CACE

Black with #E6CACE

Text Example


Text Example

White with #E6CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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