Html Css Color HEX #E6C8DA Classic Rose

📋 copy color: '#E6C8DA'

red 230 ◦ green 200 ◦ blue 218

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

Shades of Classic Rose #E6C8DA

Tints of Classic Rose #E6C8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.86%

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 35.49%
G = 30.86%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6C8DA (or 0xE6C8DA) is known color: Classic Rose. HEX triplet: E6, C8 and DA. RGB value is (230,200,218). Sum of RGB (Red+Green+Blue) = 230+200+218=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8DA is #193725. Grayscale: #D2D2D2. Windows color (decimal): -1652518 or 14338278. OLE color: 14338278.

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

Color convert

RGB 230 200 218 -
CMYK 0 0.13 0.05 0.10
HSL 324º 0.38% 0.84% -
HSV(B) 324º 0.13% 0.9% -
XYZ 65.94 63.19 75.05 -
YUV 211.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 230 200 218 0 0.13 0.05 0.10 324 0.38 0.84
Hex E6 C8 DA 0 D 5 A 144 26 54
Octal 346 310 332 0 15 5 12 504 46 124
Binary 11100110 11001000 11011010 0 1101 101 1010 101000100 100110 1010100

Color Harmonies of #E6C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C8DA

Black with #E6C8DA

Text Example


Text Example

White with #E6C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C8DA; }

 p { color: rgb(230,200,218); }

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

background-color css

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

 a { background-color: rgb(230,200,218); }

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

border-color css

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

 span { border-color: rgb(230,200,218); }

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