Html Css Color HEX #E7CACF Pale Rose

📋 copy color: '#E7CACF'

red 231 ◦ green 202 ◦ blue 207

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

Shades of Pale Rose #E7CACF

Tints of Pale Rose #E7CACF

RGB

 RED value IS 231 (90.63% from 255) = 36.09%

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

 BLUE value IS 207 (81.25% from 255) = 32.34%

R = 36.09%
G = 31.56%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E7CACF (or 0xE7CACF) is known color: Pale Rose. HEX triplet: E7, CA and CF. RGB value is (231,202,207). Sum of RGB (Red+Green+Blue) = 231+202+207=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CACF is #183530. Grayscale: #D3D3D3. Windows color (decimal): -1586481 or 13617895. OLE color: 13617895.

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

Color convert

RGB 231 202 207 -
CMYK 0 0.13 0.10 0.09
HSL 349.66º 0.38% 0.85% -
HSV(B) 349.66º 0.13% 0.91% -
XYZ 65.34 63.73 67.89 -
YUV 211.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 231 202 207 0 0.13 0.10 0.09 349.66 0.38 0.85
Hex E7 CA CF 0 D A 9 15E 26 55
Octal 347 312 317 0 15 12 11 536 46 125
Binary 11100111 11001010 11001111 0 1101 1010 1001 101011110 100110 1010101

Color Harmonies of #E7CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CACF

Black with #E7CACF

Text Example


Text Example

White with #E7CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CACF; }

 p { color: rgb(231,202,207); }

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

background-color css

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

 a { background-color: rgb(231,202,207); }

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

border-color css

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

 span { border-color: rgb(231,202,207); }

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