Html Css Color HEX #EBCCD4 Pink Lace

📋 copy color: '#EBCCD4'

red 235 ◦ green 204 ◦ blue 212

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

Shades of Pink Lace #EBCCD4

Tints of Pink Lace #EBCCD4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.34%

 BLUE value IS 212 (83.2% from 255) = 32.57%

R = 36.1%
G = 31.34%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBCCD4 (or 0xEBCCD4) is known color: Pink Lace. HEX triplet: EB, CC and D4. RGB value is (235,204,212). Sum of RGB (Red+Green+Blue) = 235+204+212=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD4 is #14332B. Grayscale: #D6D6D6. Windows color (decimal): -1323820 or 13946091. OLE color: 13946091.

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

Color convert

RGB 235 204 212 -
CMYK 0 0.13 0.10 0.08
HSL 344.52º 0.44% 0.86% -
HSV(B) 344.52º 0.13% 0.92% -
XYZ 67.74 65.6 71.38 -
YUV 214.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 235 204 212 0 0.13 0.10 0.08 344.52 0.44 0.86
Hex EB CC D4 0 D A 8 159 2C 56
Octal 353 314 324 0 15 12 10 531 54 126
Binary 11101011 11001100 11010100 0 1101 1010 1000 101011001 101100 1010110

Color Harmonies of #EBCCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCD4

Black with #EBCCD4

Text Example


Text Example

White with #EBCCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCD4; }

 p { color: rgb(235,204,212); }

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

background-color css

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

 a { background-color: rgb(235,204,212); }

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

border-color css

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

 span { border-color: rgb(235,204,212); }

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