Html Css Color HEX #EBB4C8 Chantilly

📋 copy color: '#EBB4C8'

red 235 ◦ green 180 ◦ blue 200

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

Shades of Chantilly #EBB4C8

Tints of Chantilly #EBB4C8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.27%

 BLUE value IS 200 (78.52% from 255) = 32.52%

R = 38.21%
G = 29.27%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBB4C8 (or 0xEBB4C8) is known color: Chantilly. HEX triplet: EB, B4 and C8. RGB value is (235,180,200). Sum of RGB (Red+Green+Blue) = 235+180+200=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4C8 is #144B37. Grayscale: #C6C6C6. Windows color (decimal): -1329976 or 13153515. OLE color: 13153515.

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

Color convert

RGB 235 180 200 -
CMYK 0 0.23 0.15 0.08
HSL 338.18º 0.58% 0.81% -
HSV(B) 338.18º 0.23% 0.92% -
XYZ 61.01 54.47 61.94 -
YUV 198.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 235 180 200 0 0.23 0.15 0.08 338.18 0.58 0.81
Hex EB B4 C8 0 17 F 8 152 3A 51
Octal 353 264 310 0 27 17 10 522 72 121
Binary 11101011 10110100 11001000 0 10111 1111 1000 101010010 111010 1010001

Color Harmonies of #EBB4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4C8

Black with #EBB4C8

Text Example


Text Example

White with #EBB4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4C8; }

 p { color: rgb(235,180,200); }

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

background-color css

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

 a { background-color: rgb(235,180,200); }

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

border-color css

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

 span { border-color: rgb(235,180,200); }

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