Html Css Color HEX #EFBDCD Chantilly

📋 copy color: '#EFBDCD'

red 239 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #EFBDCD

Tints of Chantilly #EFBDCD

RGB

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

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

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

R = 37.76%
G = 29.86%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFBDCD (or 0xEFBDCD) is known color: Chantilly. HEX triplet: EF, BD and CD. RGB value is (239,189,205). Sum of RGB (Red+Green+Blue) = 239+189+205=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDCD is #104232. Grayscale: #CDCDCD. Windows color (decimal): -1065523 or 13483503. OLE color: 13483503.

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

Color convert

RGB 239 189 205 -
CMYK 0 0.21 0.14 0.06
HSL 340.8º 0.61% 0.84% -
HSV(B) 340.8º 0.21% 0.94% -
XYZ 64.81 59.15 65.76 -
YUV 205.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 239 189 205 0 0.21 0.14 0.06 340.8 0.61 0.84
Hex EF BD CD 0 15 E 6 155 3D 54
Octal 357 275 315 0 25 16 6 525 75 124
Binary 11101111 10111101 11001101 0 10101 1110 110 101010101 111101 1010100

Color Harmonies of #EFBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDCD

Black with #EFBDCD

Text Example


Text Example

White with #EFBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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