Html Css Color HEX #EBC3D2 Prim

📋 copy color: '#EBC3D2'

red 235 ◦ green 195 ◦ blue 210

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

Shades of Prim #EBC3D2

Tints of Prim #EBC3D2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.47%

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

R = 36.72%
G = 30.47%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC3D2 (or 0xEBC3D2) is known color: Prim. HEX triplet: EB, C3 and D2. RGB value is (235,195,210). Sum of RGB (Red+Green+Blue) = 235+195+210=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3D2 is #143C2D. Grayscale: #D0D0D0. Windows color (decimal): -1326126 or 13812715. OLE color: 13812715.

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

Color convert

RGB 235 195 210 -
CMYK 0 0.17 0.11 0.08
HSL 337.5º 0.5% 0.84% -
HSV(B) 337.5º 0.17% 0.92% -
XYZ 65.41 61.35 69.37 -
YUV 208.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 235 195 210 0 0.17 0.11 0.08 337.5 0.5 0.84
Hex EB C3 D2 0 11 B 8 152 32 54
Octal 353 303 322 0 21 13 10 522 62 124
Binary 11101011 11000011 11010010 0 10001 1011 1000 101010010 110010 1010100

Color Harmonies of #EBC3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3D2

Black with #EBC3D2

Text Example


Text Example

White with #EBC3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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