Html Css Color HEX #EBBFCD Chantilly

📋 copy color: '#EBBFCD'

red 235 ◦ green 191 ◦ blue 205

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

Shades of Chantilly #EBBFCD

Tints of Chantilly #EBBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

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

R = 37.24%
G = 30.27%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBBFCD (or 0xEBBFCD) is known color: Chantilly. HEX triplet: EB, BF and CD. RGB value is (235,191,205). Sum of RGB (Red+Green+Blue) = 235+191+205=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCD is #144032. Grayscale: #CDCDCD. Windows color (decimal): -1327155 or 13484011. OLE color: 13484011.

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

Color convert

RGB 235 191 205 -
CMYK 0 0.19 0.13 0.08
HSL 340.91º 0.52% 0.84% -
HSV(B) 340.91º 0.19% 0.92% -
XYZ 63.91 59.33 65.84 -
YUV 205.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 235 191 205 0 0.19 0.13 0.08 340.91 0.52 0.84
Hex EB BF CD 0 13 D 8 155 34 54
Octal 353 277 315 0 23 15 10 525 64 124
Binary 11101011 10111111 11001101 0 10011 1101 1000 101010101 110100 1010100

Color Harmonies of #EBBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFCD

Black with #EBBFCD

Text Example


Text Example

White with #EBBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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