Html Css Color HEX #E6CADC Classic Rose

📋 copy color: '#E6CADC'

red 230 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #E6CADC

Tints of Classic Rose #E6CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 35.28%
G = 30.98%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6CADC (or 0xE6CADC) is known color: Classic Rose. HEX triplet: E6, CA and DC. RGB value is (230,202,220). Sum of RGB (Red+Green+Blue) = 230+202+220=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CADC is #193523. Grayscale: #D4D4D4. Windows color (decimal): -1652004 or 14469862. OLE color: 14469862.

HSL color Cylindrical-coordinate representation of color #E6CADC: hue angle of 321.43º 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 #E6CADC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 220 -
CMYK 0 0.12 0.04 0.10
HSL 321.43º 0.36% 0.85% -
HSV(B) 321.43º 0.12% 0.9% -
XYZ 66.67 64.23 76.59 -
YUV 212.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 230 202 220 0 0.12 0.04 0.10 321.43 0.36 0.85
Hex E6 CA DC 0 C 4 A 141 24 55
Octal 346 312 334 0 14 4 12 501 44 125
Binary 11100110 11001010 11011100 0 1100 100 1010 101000001 100100 1010101

Color Harmonies of #E6CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CADC

Black with #E6CADC

Text Example


Text Example

White with #E6CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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