Html Css Color HEX #EBCDD4 Pink Lace

📋 copy color: '#EBCDD4'

red 235 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #EBCDD4

Tints of Pink Lace #EBCDD4

RGB

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

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

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

R = 36.04%
G = 31.44%
B = 32.52%

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

#EBCDD4 (or 0xEBCDD4) is known color: Pink Lace. HEX triplet: EB, CD and D4. RGB value is (235,205,212). Sum of RGB (Red+Green+Blue) = 235+205+212=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD4 is #14322B. Grayscale: #D6D6D6. Windows color (decimal): -1323564 or 13946347. OLE color: 13946347.

HSL color Cylindrical-coordinate representation of color #EBCDD4: hue angle of 346º degrees, saturation: 0.43, 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 #EBCDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 205 212 -
CMYK 0 0.13 0.10 0.08
HSL 346º 0.43% 0.86% -
HSV(B) 346º 0.13% 0.92% -
XYZ 67.98 66.08 71.46 -
YUV 214.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 235 205 212 0 0.13 0.10 0.08 346 0.43 0.86
Hex EB CD D4 0 D A 8 15A 2B 56
Octal 353 315 324 0 15 12 10 532 53 126
Binary 11101011 11001101 11010100 0 1101 1010 1000 101011010 101011 1010110

Color Harmonies of #EBCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCDD4

Black with #EBCDD4

Text Example


Text Example

White with #EBCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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