Html Css Color HEX #EDCBC6 Coral Candy

📋 copy color: '#EDCBC6'

red 237 ◦ green 203 ◦ blue 198

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

Shades of Coral Candy #EDCBC6

Tints of Coral Candy #EDCBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.82%

 BLUE value IS 198 (77.73% from 255) = 31.03%

R = 37.15%
G = 31.82%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCBC6 (or 0xEDCBC6) is known color: Coral Candy. HEX triplet: ED, CB and C6. RGB value is (237,203,198). Sum of RGB (Red+Green+Blue) = 237+203+198=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC6 is #123439. Grayscale: #D4D4D4. Windows color (decimal): -1193018 or 13028333. OLE color: 13028333.

HSL color Cylindrical-coordinate representation of color #EDCBC6: hue angle of 7.69º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCBC6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 198 -
CMYK 0 0.14 0.16 0.07
HSL 7.69º 0.52% 0.85% -
HSV(B) 7.69º 0.16% 0.93% -
XYZ 66.47 64.79 62.43 -
YUV 212.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 237 203 198 0 0.14 0.16 0.07 7.69 0.52 0.85
Hex ED CB C6 0 E 10 7 8 34 55
Octal 355 313 306 0 16 20 7 10 64 125
Binary 11101101 11001011 11000110 0 1110 10000 111 1000 110100 1010101

Color Harmonies of #EDCBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBC6

Black with #EDCBC6

Text Example


Text Example

White with #EDCBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBC6; }

 p { color: rgb(237,203,198); }

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

background-color css

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

 a { background-color: rgb(237,203,198); }

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

border-color css

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

 span { border-color: rgb(237,203,198); }

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