Html Css Color HEX #EDBDD0 Chantilly

📋 copy color: '#EDBDD0'

red 237 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #EDBDD0

Tints of Chantilly #EDBDD0

RGB

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

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

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

R = 37.38%
G = 29.81%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDBDD0 (or 0xEDBDD0) is known color: Chantilly. HEX triplet: ED, BD and D0. RGB value is (237,189,208). Sum of RGB (Red+Green+Blue) = 237+189+208=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD0 is #12422F. Grayscale: #CDCDCD. Windows color (decimal): -1196592 or 13680109. OLE color: 13680109.

HSL color Cylindrical-coordinate representation of color #EDBDD0: hue angle of 336.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDD0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 208 -
CMYK 0 0.20 0.12 0.07
HSL 336.25º 0.57% 0.84% -
HSV(B) 336.25º 0.2% 0.93% -
XYZ 64.51 58.95 67.65 -
YUV 205.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 237 189 208 0 0.20 0.12 0.07 336.25 0.57 0.84
Hex ED BD D0 0 14 C 7 150 39 54
Octal 355 275 320 0 24 14 7 520 71 124
Binary 11101101 10111101 11010000 0 10100 1100 111 101010000 111001 1010100

Color Harmonies of #EDBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDD0

Black with #EDBDD0

Text Example


Text Example

White with #EDBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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