Html Css Color HEX #EDBFCF Chantilly

📋 copy color: '#EDBFCF'

red 237 ◦ green 191 ◦ blue 207

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

Shades of Chantilly #EDBFCF

Tints of Chantilly #EDBFCF

RGB

 RED value IS 237 (92.97% from 255) = 37.32%

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 37.32%
G = 30.08%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDBFCF (or 0xEDBFCF) is known color: Chantilly. HEX triplet: ED, BF and CF. RGB value is (237,191,207). Sum of RGB (Red+Green+Blue) = 237+191+207=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCF is #124030. Grayscale: #CECECE. Windows color (decimal): -1196081 or 13615085. OLE color: 13615085.

HSL color Cylindrical-coordinate representation of color #EDBFCF: hue angle of 339.13º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFCF is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 207 -
CMYK 0 0.19 0.13 0.07
HSL 339.13º 0.56% 0.84% -
HSV(B) 339.13º 0.19% 0.93% -
XYZ 64.82 59.77 67.15 -
YUV 206.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 237 191 207 0 0.19 0.13 0.07 339.13 0.56 0.84
Hex ED BF CF 0 13 D 7 153 38 54
Octal 355 277 317 0 23 15 7 523 70 124
Binary 11101101 10111111 11001111 0 10011 1101 111 101010011 111000 1010100

Color Harmonies of #EDBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFCF

Black with #EDBFCF

Text Example


Text Example

White with #EDBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFCF; }

 p { color: rgb(237,191,207); }

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

background-color css

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

 a { background-color: rgb(237,191,207); }

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

border-color css

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

 span { border-color: rgb(237,191,207); }

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