Html Css Color HEX #EBCDC8 Coral Candy

📋 copy color: '#EBCDC8'

red 235 ◦ green 205 ◦ blue 200

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

Shades of Coral Candy #EBCDC8

Tints of Coral Candy #EBCDC8

RGB

 RED value IS 235 (92.19% from 255) = 36.72%

 GREEN value IS 205 (80.47% from 255) = 32.03%

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 36.72%
G = 32.03%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBCDC8 (or 0xEBCDC8) is known color: Coral Candy. HEX triplet: EB, CD and C8. RGB value is (235,205,200). Sum of RGB (Red+Green+Blue) = 235+205+200=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC8 is #143237. Grayscale: #D5D5D5. Windows color (decimal): -1323576 or 13159915. OLE color: 13159915.

HSL color Cylindrical-coordinate representation of color #EBCDC8: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCDC8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 200 -
CMYK 0 0.13 0.15 0.08
HSL 8.57º 0.47% 0.85% -
HSV(B) 8.57º 0.15% 0.92% -
XYZ 66.52 65.49 63.78 -
YUV 213.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 235 205 200 0 0.13 0.15 0.08 8.57 0.47 0.85
Hex EB CD C8 0 D F 8 9 2F 55
Octal 353 315 310 0 15 17 10 11 57 125
Binary 11101011 11001101 11001000 0 1101 1111 1000 1001 101111 1010101

Color Harmonies of #EBCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDC8

Black with #EBCDC8

Text Example


Text Example

White with #EBCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDC8; }

 p { color: rgb(235,205,200); }

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

background-color css

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

 a { background-color: rgb(235,205,200); }

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

border-color css

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

 span { border-color: rgb(235,205,200); }

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