Html Css Color HEX #ECD2DB Prim

📋 copy color: '#ECD2DB'

red 236 ◦ green 210 ◦ blue 219

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

Shades of Prim #ECD2DB

Tints of Prim #ECD2DB

RGB

 RED value IS 236 (92.58% from 255) = 35.49%

 GREEN value IS 210 (82.42% from 255) = 31.58%

 BLUE value IS 219 (85.94% from 255) = 32.93%

R = 35.49%
G = 31.58%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECD2DB (or 0xECD2DB) is known color: Prim. HEX triplet: EC, D2 and DB. RGB value is (236,210,219). Sum of RGB (Red+Green+Blue) = 236+210+219=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DB is #132D24. Grayscale: #DADADA. Windows color (decimal): -1256741 or 14406380. OLE color: 14406380.

HSL color Cylindrical-coordinate representation of color #ECD2DB: hue angle of 339.23º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2DB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 219 -
CMYK 0 0.11 0.07 0.07
HSL 339.23º 0.41% 0.87% -
HSV(B) 339.23º 0.11% 0.93% -
XYZ 70.42 69.04 76.63 -
YUV 218.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 236 210 219 0 0.11 0.07 0.07 339.23 0.41 0.87
Hex EC D2 DB 0 B 7 7 153 29 57
Octal 354 322 333 0 13 7 7 523 51 127
Binary 11101100 11010010 11011011 0 1011 111 111 101010011 101001 1010111

Color Harmonies of #ECD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2DB

Black with #ECD2DB

Text Example


Text Example

White with #ECD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2DB; }

 p { color: rgb(236,210,219); }

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

background-color css

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

 a { background-color: rgb(236,210,219); }

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

border-color css

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

 span { border-color: rgb(236,210,219); }

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