Html Css Color HEX #E9CACF Pale Rose

📋 copy color: '#E9CACF'

red 233 ◦ green 202 ◦ blue 207

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

Shades of Pale Rose #E9CACF

Tints of Pale Rose #E9CACF

RGB

 RED value IS 233 (91.41% from 255) = 36.29%

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

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

R = 36.29%
G = 31.46%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E9CACF (or 0xE9CACF) is known color: Pale Rose. HEX triplet: E9, CA and CF. RGB value is (233,202,207). Sum of RGB (Red+Green+Blue) = 233+202+207=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACF is #163530. Grayscale: #D3D3D3. Windows color (decimal): -1455409 or 13617897. OLE color: 13617897.

HSL color Cylindrical-coordinate representation of color #E9CACF: hue angle of 350.32º degrees, saturation: 0.41, 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 #E9CACF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 202 207 -
CMYK 0 0.13 0.11 0.09
HSL 350.32º 0.41% 0.85% -
HSV(B) 350.32º 0.13% 0.91% -
XYZ 65.99 64.07 67.92 -
YUV 211.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 233 202 207 0 0.13 0.11 0.09 350.32 0.41 0.85
Hex E9 CA CF 0 D B 9 15E 29 55
Octal 351 312 317 0 15 13 11 536 51 125
Binary 11101001 11001010 11001111 0 1101 1011 1001 101011110 101001 1010101

Color Harmonies of #E9CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CACF

Black with #E9CACF

Text Example


Text Example

White with #E9CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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