Html Css Color HEX #E7CFDF Classic Rose

📋 copy color: '#E7CFDF'

red 231 ◦ green 207 ◦ blue 223

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

Shades of Classic Rose #E7CFDF

Tints of Classic Rose #E7CFDF

RGB

 RED value IS 231 (90.63% from 255) = 34.95%

 GREEN value IS 207 (81.25% from 255) = 31.32%

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 34.95%
G = 31.32%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E7CFDF (or 0xE7CFDF) is known color: Classic Rose. HEX triplet: E7, CF and DF. RGB value is (231,207,223). Sum of RGB (Red+Green+Blue) = 231+207+223=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDF is #183020. Grayscale: #D7D7D7. Windows color (decimal): -1585185 or 14667751. OLE color: 14667751.

HSL color Cylindrical-coordinate representation of color #E7CFDF: hue angle of 320º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFDF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 223 -
CMYK 0 0.10 0.03 0.09
HSL 320º 0.33% 0.86% -
HSV(B) 320º 0.1% 0.91% -
XYZ 68.59 66.94 79.12 -
YUV 216 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 231 207 223 0 0.10 0.03 0.09 320 0.33 0.86
Hex E7 CF DF 0 A 3 9 140 21 56
Octal 347 317 337 0 12 3 11 500 41 126
Binary 11100111 11001111 11011111 0 1010 11 1001 101000000 100001 1010110

Color Harmonies of #E7CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CFDF

Black with #E7CFDF

Text Example


Text Example

White with #E7CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CFDF; }

 p { color: rgb(231,207,223); }

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

background-color css

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

 a { background-color: rgb(231,207,223); }

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

border-color css

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

 span { border-color: rgb(231,207,223); }

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