Html Css Color HEX #EBCFD2 Pale Rose

📋 copy color: '#EBCFD2'

red 235 ◦ green 207 ◦ blue 210

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

Shades of Pale Rose #EBCFD2

Tints of Pale Rose #EBCFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 36.04%
G = 31.75%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBCFD2 (or 0xEBCFD2) is known color: Pale Rose. HEX triplet: EB, CF and D2. RGB value is (235,207,210). Sum of RGB (Red+Green+Blue) = 235+207+210=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFD2 is #14302D. Grayscale: #D7D7D7. Windows color (decimal): -1323054 or 13815787. OLE color: 13815787.

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

Color convert

RGB 235 207 210 -
CMYK 0 0.12 0.11 0.08
HSL 353.57º 0.41% 0.87% -
HSV(B) 353.57º 0.12% 0.92% -
XYZ 68.21 66.94 70.3 -
YUV 215.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 235 207 210 0 0.12 0.11 0.08 353.57 0.41 0.87
Hex EB CF D2 0 C B 8 162 29 57
Octal 353 317 322 0 14 13 10 542 51 127
Binary 11101011 11001111 11010010 0 1100 1011 1000 101100010 101001 1010111

Color Harmonies of #EBCFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCFD2

Black with #EBCFD2

Text Example


Text Example

White with #EBCFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCFD2; }

 p { color: rgb(235,207,210); }

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

background-color css

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

 a { background-color: rgb(235,207,210); }

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

border-color css

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

 span { border-color: rgb(235,207,210); }

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