Html Css Color HEX #EBCCD1 Pale Rose

📋 copy color: '#EBCCD1'

red 235 ◦ green 204 ◦ blue 209

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

Shades of Pale Rose #EBCCD1

Tints of Pale Rose #EBCCD1

RGB

 RED value IS 235 (92.19% from 255) = 36.27%

 GREEN value IS 204 (80.08% from 255) = 31.48%

 BLUE value IS 209 (82.03% from 255) = 32.25%

R = 36.27%
G = 31.48%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBCCD1 (or 0xEBCCD1) is known color: Pale Rose. HEX triplet: EB, CC and D1. RGB value is (235,204,209). Sum of RGB (Red+Green+Blue) = 235+204+209=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD1 is #14332E. Grayscale: #D5D5D5. Windows color (decimal): -1323823 or 13749483. OLE color: 13749483.

HSL color Cylindrical-coordinate representation of color #EBCCD1: hue angle of 350.32º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 209 -
CMYK 0 0.13 0.11 0.08
HSL 350.32º 0.44% 0.86% -
HSV(B) 350.32º 0.13% 0.92% -
XYZ 67.36 65.45 69.4 -
YUV 213.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 235 204 209 0 0.13 0.11 0.08 350.32 0.44 0.86
Hex EB CC D1 0 D B 8 15E 2C 56
Octal 353 314 321 0 15 13 10 536 54 126
Binary 11101011 11001100 11010001 0 1101 1011 1000 101011110 101100 1010110

Color Harmonies of #EBCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCD1

Black with #EBCCD1

Text Example


Text Example

White with #EBCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCD1; }

 p { color: rgb(235,204,209); }

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

background-color css

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

 a { background-color: rgb(235,204,209); }

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

border-color css

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

 span { border-color: rgb(235,204,209); }

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