Html Css Color HEX #EFBDC9 Chantilly

📋 copy color: '#EFBDC9'

red 239 ◦ green 189 ◦ blue 201

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

Shades of Chantilly #EFBDC9

Tints of Chantilly #EFBDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

 BLUE value IS 201 (78.91% from 255) = 31.96%

R = 38%
G = 30.05%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFBDC9 (or 0xEFBDC9) is known color: Chantilly. HEX triplet: EF, BD and C9. RGB value is (239,189,201). Sum of RGB (Red+Green+Blue) = 239+189+201=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC9 is #104236. Grayscale: #CDCDCD. Windows color (decimal): -1065527 or 13221359. OLE color: 13221359.

HSL color Cylindrical-coordinate representation of color #EFBDC9: hue angle of 345.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDC9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 201 -
CMYK 0 0.21 0.16 0.06
HSL 345.6º 0.61% 0.84% -
HSV(B) 345.6º 0.21% 0.94% -
XYZ 64.34 58.96 63.25 -
YUV 205.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 239 189 201 0 0.21 0.16 0.06 345.6 0.61 0.84
Hex EF BD C9 0 15 10 6 15A 3D 54
Octal 357 275 311 0 25 20 6 532 75 124
Binary 11101111 10111101 11001001 0 10101 10000 110 101011010 111101 1010100

Color Harmonies of #EFBDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDC9

Black with #EFBDC9

Text Example


Text Example

White with #EFBDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDC9; }

 p { color: rgb(239,189,201); }

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

background-color css

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

 a { background-color: rgb(239,189,201); }

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

border-color css

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

 span { border-color: rgb(239,189,201); }

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