Html Css Color HEX #EFCBDC Classic Rose

📋 copy color: '#EFCBDC'

red 239 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #EFCBDC

Tints of Classic Rose #EFCBDC

RGB

 RED value IS 239 (93.75% from 255) = 36.1%

 GREEN value IS 203 (79.69% from 255) = 30.66%

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

R = 36.1%
G = 30.66%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFCBDC (or 0xEFCBDC) is known color: Classic Rose. HEX triplet: EF, CB and DC. RGB value is (239,203,220). Sum of RGB (Red+Green+Blue) = 239+203+220=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDC is #103423. Grayscale: #D7D7D7. Windows color (decimal): -1061924 or 14470127. OLE color: 14470127.

HSL color Cylindrical-coordinate representation of color #EFCBDC: hue angle of 331.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBDC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 220 -
CMYK 0 0.15 0.08 0.06
HSL 331.67º 0.53% 0.87% -
HSV(B) 331.67º 0.15% 0.94% -
XYZ 69.87 66.23 76.81 -
YUV 215.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 239 203 220 0 0.15 0.08 0.06 331.67 0.53 0.87
Hex EF CB DC 0 F 8 6 14C 35 57
Octal 357 313 334 0 17 10 6 514 65 127
Binary 11101111 11001011 11011100 0 1111 1000 110 101001100 110101 1010111

Color Harmonies of #EFCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDC

Black with #EFCBDC

Text Example


Text Example

White with #EFCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDC; }

 p { color: rgb(239,203,220); }

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

background-color css

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

 a { background-color: rgb(239,203,220); }

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

border-color css

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

 span { border-color: rgb(239,203,220); }

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