Html Css Color HEX #EBCDCE Pale Rose

📋 copy color: '#EBCDCE'

red 235 ◦ green 205 ◦ blue 206

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

Shades of Pale Rose #EBCDCE

Tints of Pale Rose #EBCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.73%

 BLUE value IS 206 (80.86% from 255) = 31.89%

R = 36.38%
G = 31.73%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBCDCE (or 0xEBCDCE) is known color: Pale Rose. HEX triplet: EB, CD and CE. RGB value is (235,205,206). Sum of RGB (Red+Green+Blue) = 235+205+206=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCE is #143231. Grayscale: #D6D6D6. Windows color (decimal): -1323570 or 13553131. OLE color: 13553131.

HSL color Cylindrical-coordinate representation of color #EBCDCE: hue angle of 358º degrees, saturation: 0.43, 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 #EBCDCE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 206 -
CMYK 0 0.13 0.12 0.08
HSL 358º 0.43% 0.86% -
HSV(B) 358º 0.13% 0.92% -
XYZ 67.23 65.78 67.55 -
YUV 214.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 235 205 206 0 0.13 0.12 0.08 358 0.43 0.86
Hex EB CD CE 0 D C 8 166 2B 56
Octal 353 315 316 0 15 14 10 546 53 126
Binary 11101011 11001101 11001110 0 1101 1100 1000 101100110 101011 1010110

Color Harmonies of #EBCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDCE

Black with #EBCDCE

Text Example


Text Example

White with #EBCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDCE; }

 p { color: rgb(235,205,206); }

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

background-color css

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

 a { background-color: rgb(235,205,206); }

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

border-color css

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

 span { border-color: rgb(235,205,206); }

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