Html Css Color HEX #EBCCCD Pale Rose

📋 copy color: '#EBCCCD'

red 235 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #EBCCCD

Tints of Pale Rose #EBCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 36.49%
G = 31.68%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBCCCD (or 0xEBCCCD) is known color: Pale Rose. HEX triplet: EB, CC and CD. RGB value is (235,204,205). Sum of RGB (Red+Green+Blue) = 235+204+205=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCD is #143332. Grayscale: #D5D5D5. Windows color (decimal): -1323827 or 13487339. OLE color: 13487339.

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

Color convert

RGB 235 204 205 -
CMYK 0 0.13 0.13 0.08
HSL 358.06º 0.44% 0.86% -
HSV(B) 358.06º 0.13% 0.92% -
XYZ 66.87 65.26 66.83 -
YUV 213.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 235 204 205 0 0.13 0.13 0.08 358.06 0.44 0.86
Hex EB CC CD 0 D D 8 166 2C 56
Octal 353 314 315 0 15 15 10 546 54 126
Binary 11101011 11001100 11001101 0 1101 1101 1000 101100110 101100 1010110

Color Harmonies of #EBCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCCD

Black with #EBCCCD

Text Example


Text Example

White with #EBCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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