Html Css Color HEX #ECDBE6 Classic Rose

📋 copy color: '#ECDBE6'

red 236 ◦ green 219 ◦ blue 230

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

Shades of Classic Rose #ECDBE6

Tints of Classic Rose #ECDBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.97%

 BLUE value IS 230 (90.23% from 255) = 33.58%

R = 34.45%
G = 31.97%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECDBE6 (or 0xECDBE6) is known color: Classic Rose. HEX triplet: EC, DB and E6. RGB value is (236,219,230). Sum of RGB (Red+Green+Blue) = 236+219+230=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE6 is #132419. Grayscale: #E1E1E1. Windows color (decimal): -1254426 or 15129580. OLE color: 15129580.

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

Color convert

RGB 236 219 230 -
CMYK 0 0.07 0.03 0.07
HSL 321.18º 0.31% 0.89% -
HSV(B) 321.18º 0.07% 0.93% -
XYZ 74.21 74.21 85.28 -
YUV 225.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 236 219 230 0 0.07 0.03 0.07 321.18 0.31 0.89
Hex EC DB E6 0 7 3 7 141 1F 59
Octal 354 333 346 0 7 3 7 501 37 131
Binary 11101100 11011011 11100110 0 111 11 111 101000001 11111 1011001

Color Harmonies of #ECDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBE6

Black with #ECDBE6

Text Example


Text Example

White with #ECDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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