Html Css Color HEX #EFCBDA Classic Rose

📋 copy color: '#EFCBDA'

red 239 ◦ green 203 ◦ blue 218

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

Shades of Classic Rose #EFCBDA

Tints of Classic Rose #EFCBDA

RGB

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

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

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

R = 36.21%
G = 30.76%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFCBDA (or 0xEFCBDA) is known color: Classic Rose. HEX triplet: EF, CB and DA. RGB value is (239,203,218). Sum of RGB (Red+Green+Blue) = 239+203+218=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDA is #103425. Grayscale: #D7D7D7. Windows color (decimal): -1061926 or 14339055. OLE color: 14339055.

HSL color Cylindrical-coordinate representation of color #EFCBDA: hue angle of 335º 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 #EFCBDA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 218 -
CMYK 0 0.15 0.09 0.06
HSL 335º 0.53% 0.87% -
HSV(B) 335º 0.15% 0.94% -
XYZ 69.61 66.12 75.42 -
YUV 215.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 239 203 218 0 0.15 0.09 0.06 335 0.53 0.87
Hex EF CB DA 0 F 9 6 14F 35 57
Octal 357 313 332 0 17 11 6 517 65 127
Binary 11101111 11001011 11011010 0 1111 1001 110 101001111 110101 1010111

Color Harmonies of #EFCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDA

Black with #EFCBDA

Text Example


Text Example

White with #EFCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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