Html Css Color HEX #EBCABC Dust Storm

📋 copy color: '#EBCABC'

red 235 ◦ green 202 ◦ blue 188

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

Shades of Dust Storm #EBCABC

Tints of Dust Storm #EBCABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.32%

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 37.6%
G = 32.32%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EBCABC (or 0xEBCABC) is known color: Dust Storm. HEX triplet: EB, CA and BC. RGB value is (235,202,188). Sum of RGB (Red+Green+Blue) = 235+202+188=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCABC is #143543. Grayscale: #D2D2D2. Windows color (decimal): -1324356 or 12372715. OLE color: 12372715.

HSL color Cylindrical-coordinate representation of color #EBCABC: hue angle of 17.87º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCABC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 188 -
CMYK 0 0.14 0.2 0.08
HSL 17.87º 0.54% 0.83% -
HSV(B) 17.87º 0.2% 0.92% -
XYZ 64.46 63.53 56.44 -
YUV 210.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 235 202 188 0 0.14 0.2 0.08 17.87 0.54 0.83
Hex EB CA BC 0 E 14 8 12 36 53
Octal 353 312 274 0 16 24 10 22 66 123
Binary 11101011 11001010 10111100 0 1110 10100 1000 10010 110110 1010011

Color Harmonies of #EBCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCABC

Black with #EBCABC

Text Example


Text Example

White with #EBCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCABC; }

 p { color: rgb(235,202,188); }

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

background-color css

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

 a { background-color: rgb(235,202,188); }

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

border-color css

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

 span { border-color: rgb(235,202,188); }

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