Html Css Color HEX #EFB9CD Chantilly

📋 copy color: '#EFB9CD'

red 239 ◦ green 185 ◦ blue 205

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

Shades of Chantilly #EFB9CD

Tints of Chantilly #EFB9CD

RGB

 RED value IS 239 (93.75% from 255) = 38%

 GREEN value IS 185 (72.66% from 255) = 29.41%

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

R = 38%
G = 29.41%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB9CD (or 0xEFB9CD) is known color: Chantilly. HEX triplet: EF, B9 and CD. RGB value is (239,185,205). Sum of RGB (Red+Green+Blue) = 239+185+205=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9CD is #104632. Grayscale: #CBCBCB. Windows color (decimal): -1066547 or 13482479. OLE color: 13482479.

HSL color Cylindrical-coordinate representation of color #EFB9CD: hue angle of 337.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 205 -
CMYK 0 0.23 0.14 0.06
HSL 337.78º 0.63% 0.83% -
HSV(B) 337.78º 0.23% 0.94% -
XYZ 63.97 57.46 65.48 -
YUV 203.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 239 185 205 0 0.23 0.14 0.06 337.78 0.63 0.83
Hex EF B9 CD 0 17 E 6 152 3F 53
Octal 357 271 315 0 27 16 6 522 77 123
Binary 11101111 10111001 11001101 0 10111 1110 110 101010010 111111 1010011

Color Harmonies of #EFB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9CD

Black with #EFB9CD

Text Example


Text Example

White with #EFB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9CD; }

 p { color: rgb(239,185,205); }

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

background-color css

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

 a { background-color: rgb(239,185,205); }

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

border-color css

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

 span { border-color: rgb(239,185,205); }

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