Html Css Color HEX #E6CADB Classic Rose

📋 copy color: '#E6CADB'

red 230 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #E6CADB

Tints of Classic Rose #E6CADB

RGB

 RED value IS 230 (90.23% from 255) = 35.33%

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

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

R = 35.33%
G = 31.03%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6CADB (or 0xE6CADB) is known color: Classic Rose. HEX triplet: E6, CA and DB. RGB value is (230,202,219). Sum of RGB (Red+Green+Blue) = 230+202+219=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CADB is #193524. Grayscale: #D4D4D4. Windows color (decimal): -1652005 or 14404326. OLE color: 14404326.

HSL color Cylindrical-coordinate representation of color #E6CADB: hue angle of 323.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CADB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 219 -
CMYK 0 0.12 0.05 0.10
HSL 323.57º 0.36% 0.85% -
HSV(B) 323.57º 0.12% 0.9% -
XYZ 66.54 64.18 75.9 -
YUV 212.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 230 202 219 0 0.12 0.05 0.10 323.57 0.36 0.85
Hex E6 CA DB 0 C 5 A 144 24 55
Octal 346 312 333 0 14 5 12 504 44 125
Binary 11100110 11001010 11011011 0 1100 101 1010 101000100 100100 1010101

Color Harmonies of #E6CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CADB

Black with #E6CADB

Text Example


Text Example

White with #E6CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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