Html Css Color HEX #EFBDD0 Chantilly

📋 copy color: '#EFBDD0'

red 239 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #EFBDD0

Tints of Chantilly #EFBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.7%

R = 37.58%
G = 29.72%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBDD0 (or 0xEFBDD0) is known color: Chantilly. HEX triplet: EF, BD and D0. RGB value is (239,189,208). Sum of RGB (Red+Green+Blue) = 239+189+208=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDD0 is #10422F. Grayscale: #CECECE. Windows color (decimal): -1065520 or 13680111. OLE color: 13680111.

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

Color convert

RGB 239 189 208 -
CMYK 0 0.21 0.13 0.06
HSL 337.2º 0.61% 0.84% -
HSV(B) 337.2º 0.21% 0.94% -
XYZ 65.18 59.3 67.69 -
YUV 206.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 239 189 208 0 0.21 0.13 0.06 337.2 0.61 0.84
Hex EF BD D0 0 15 D 6 151 3D 54
Octal 357 275 320 0 25 15 6 521 75 124
Binary 11101111 10111101 11010000 0 10101 1101 110 101010001 111101 1010100

Color Harmonies of #EFBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDD0

Black with #EFBDD0

Text Example


Text Example

White with #EFBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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