Html Css Color HEX #EDBDCA Chantilly

📋 copy color: '#EDBDCA'

red 237 ◦ green 189 ◦ blue 202

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

Shades of Chantilly #EDBDCA

Tints of Chantilly #EDBDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 37.74%
G = 30.1%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBDCA (or 0xEDBDCA) is known color: Chantilly. HEX triplet: ED, BD and CA. RGB value is (237,189,202). Sum of RGB (Red+Green+Blue) = 237+189+202=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCA is #124235. Grayscale: #CCCCCC. Windows color (decimal): -1196598 or 13286893. OLE color: 13286893.

HSL color Cylindrical-coordinate representation of color #EDBDCA: hue angle of 343.75º 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 #EDBDCA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 202 -
CMYK 0 0.20 0.15 0.07
HSL 343.75º 0.57% 0.84% -
HSV(B) 343.75º 0.2% 0.93% -
XYZ 63.78 58.66 63.84 -
YUV 204.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 237 189 202 0 0.20 0.15 0.07 343.75 0.57 0.84
Hex ED BD CA 0 14 F 7 158 39 54
Octal 355 275 312 0 24 17 7 530 71 124
Binary 11101101 10111101 11001010 0 10100 1111 111 101011000 111001 1010100

Color Harmonies of #EDBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDCA

Black with #EDBDCA

Text Example


Text Example

White with #EDBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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