Html Css Color HEX #E3CFD0 Pale Rose

📋 copy color: '#E3CFD0'

red 227 ◦ green 207 ◦ blue 208

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

Shades of Pale Rose #E3CFD0

Tints of Pale Rose #E3CFD0

RGB

 RED value IS 227 (89.06% from 255) = 35.36%

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

 BLUE value IS 208 (81.64% from 255) = 32.4%

R = 35.36%
G = 32.24%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E3CFD0 (or 0xE3CFD0) is known color: Pale Rose. HEX triplet: E3, CF and D0. RGB value is (227,207,208). Sum of RGB (Red+Green+Blue) = 227+207+208=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CFD0 is #1C302F. Grayscale: #D5D5D5. Windows color (decimal): -1847344 or 13684707. OLE color: 13684707.

HSL color Cylindrical-coordinate representation of color #E3CFD0: hue angle of 357º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3CFD0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 207 208 -
CMYK 0 0.09 0.08 0.11
HSL 357º 0.26% 0.85% -
HSV(B) 357º 0.09% 0.89% -
XYZ 65.38 65.51 68.87 -
YUV 213.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 227 207 208 0 0.09 0.08 0.11 357 0.26 0.85
Hex E3 CF D0 0 9 8 B 165 1A 55
Octal 343 317 320 0 11 10 13 545 32 125
Binary 11100011 11001111 11010000 0 1001 1000 1011 101100101 11010 1010101

Color Harmonies of #E3CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CFD0

Black with #E3CFD0

Text Example


Text Example

White with #E3CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CFD0; }

 p { color: rgb(227,207,208); }

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

background-color css

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

 a { background-color: rgb(227,207,208); }

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

border-color css

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

 span { border-color: rgb(227,207,208); }

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