Html Css Color HEX #EFBDCC Chantilly

📋 copy color: '#EFBDCC'

red 239 ◦ green 189 ◦ blue 204

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

Shades of Chantilly #EFBDCC

Tints of Chantilly #EFBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 37.82%
G = 29.91%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBDCC (or 0xEFBDCC) is known color: Chantilly. HEX triplet: EF, BD and CC. RGB value is (239,189,204). Sum of RGB (Red+Green+Blue) = 239+189+204=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCC is #104233. Grayscale: #CDCDCD. Windows color (decimal): -1065524 or 13417967. OLE color: 13417967.

HSL color Cylindrical-coordinate representation of color #EFBDCC: hue angle of 342º 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 #EFBDCC is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 204 -
CMYK 0 0.21 0.15 0.06
HSL 342º 0.61% 0.84% -
HSV(B) 342º 0.21% 0.94% -
XYZ 64.69 59.11 65.13 -
YUV 205.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 239 189 204 0 0.21 0.15 0.06 342 0.61 0.84
Hex EF BD CC 0 15 F 6 156 3D 54
Octal 357 275 314 0 25 17 6 526 75 124
Binary 11101111 10111101 11001100 0 10101 1111 110 101010110 111101 1010100

Color Harmonies of #EFBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDCC

Black with #EFBDCC

Text Example


Text Example

White with #EFBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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