Html Css Color HEX #EBB2CA Chantilly

📋 copy color: '#EBB2CA'

red 235 ◦ green 178 ◦ blue 202

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

Shades of Chantilly #EBB2CA

Tints of Chantilly #EBB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.94%

 BLUE value IS 202 (79.3% from 255) = 32.85%

R = 38.21%
G = 28.94%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBB2CA (or 0xEBB2CA) is known color: Chantilly. HEX triplet: EB, B2 and CA. RGB value is (235,178,202). Sum of RGB (Red+Green+Blue) = 235+178+202=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2CA is #144D35. Grayscale: #C5C5C5. Windows color (decimal): -1330486 or 13284075. OLE color: 13284075.

HSL color Cylindrical-coordinate representation of color #EBB2CA: hue angle of 334.74º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 202 -
CMYK 0 0.24 0.14 0.08
HSL 334.74º 0.59% 0.81% -
HSV(B) 334.74º 0.24% 0.92% -
XYZ 60.84 53.77 63.05 -
YUV 197.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 235 178 202 0 0.24 0.14 0.08 334.74 0.59 0.81
Hex EB B2 CA 0 18 E 8 14F 3B 51
Octal 353 262 312 0 30 16 10 517 73 121
Binary 11101011 10110010 11001010 0 11000 1110 1000 101001111 111011 1010001

Color Harmonies of #EBB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2CA

Black with #EBB2CA

Text Example


Text Example

White with #EBB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2CA; }

 p { color: rgb(235,178,202); }

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

background-color css

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

 a { background-color: rgb(235,178,202); }

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

border-color css

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

 span { border-color: rgb(235,178,202); }

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