Html Css Color HEX #E5CECF Pale Rose

📋 copy color: '#E5CECF'

red 229 ◦ green 206 ◦ blue 207

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

Shades of Pale Rose #E5CECF

Tints of Pale Rose #E5CECF

RGB

 RED value IS 229 (89.84% from 255) = 35.67%

 GREEN value IS 206 (80.86% from 255) = 32.09%

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

R = 35.67%
G = 32.09%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5CECF (or 0xE5CECF) is known color: Pale Rose. HEX triplet: E5, CE and CF. RGB value is (229,206,207). Sum of RGB (Red+Green+Blue) = 229+206+207=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CECF is #1A3130. Grayscale: #D5D5D5. Windows color (decimal): -1716529 or 13618917. OLE color: 13618917.

HSL color Cylindrical-coordinate representation of color #E5CECF: hue angle of 357.39º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5CECF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 207 -
CMYK 0 0.10 0.10 0.10
HSL 357.39º 0.31% 0.85% -
HSV(B) 357.39º 0.1% 0.9% -
XYZ 65.65 65.31 68.18 -
YUV 212.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 229 206 207 0 0.10 0.10 0.10 357.39 0.31 0.85
Hex E5 CE CF 0 A A A 165 1F 55
Octal 345 316 317 0 12 12 12 545 37 125
Binary 11100101 11001110 11001111 0 1010 1010 1010 101100101 11111 1010101

Color Harmonies of #E5CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CECF

Black with #E5CECF

Text Example


Text Example

White with #E5CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CECF; }

 p { color: rgb(229,206,207); }

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

background-color css

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

 a { background-color: rgb(229,206,207); }

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

border-color css

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

 span { border-color: rgb(229,206,207); }

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