Html Css Color HEX #EDBBCF Chantilly

📋 copy color: '#EDBBCF'

red 237 ◦ green 187 ◦ blue 207

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

Shades of Chantilly #EDBBCF

Tints of Chantilly #EDBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.64%

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

R = 37.56%
G = 29.64%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDBBCF (or 0xEDBBCF) is known color: Chantilly. HEX triplet: ED, BB and CF. RGB value is (237,187,207). Sum of RGB (Red+Green+Blue) = 237+187+207=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCF is #124430. Grayscale: #CCCCCC. Windows color (decimal): -1197105 or 13614061. OLE color: 13614061.

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

Color convert

RGB 237 187 207 -
CMYK 0 0.21 0.13 0.07
HSL 336º 0.58% 0.83% -
HSV(B) 336º 0.21% 0.93% -
XYZ 63.96 58.05 66.87 -
YUV 204.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 237 187 207 0 0.21 0.13 0.07 336 0.58 0.83
Hex ED BB CF 0 15 D 7 150 3A 53
Octal 355 273 317 0 25 15 7 520 72 123
Binary 11101101 10111011 11001111 0 10101 1101 111 101010000 111010 1010011

Color Harmonies of #EDBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBCF

Black with #EDBBCF

Text Example


Text Example

White with #EDBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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