Html Css Color HEX #EFCBDD Classic Rose

📋 copy color: '#EFCBDD'

red 239 ◦ green 203 ◦ blue 221

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

Shades of Classic Rose #EFCBDD

Tints of Classic Rose #EFCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.33%

R = 36.05%
G = 30.62%
B = 33.33%

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

#EFCBDD (or 0xEFCBDD) is known color: Classic Rose. HEX triplet: EF, CB and DD. RGB value is (239,203,221). Sum of RGB (Red+Green+Blue) = 239+203+221=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDD is #103422. Grayscale: #D7D7D7. Windows color (decimal): -1061923 or 14535663. OLE color: 14535663.

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

Color convert

RGB 239 203 221 -
CMYK 0 0.15 0.08 0.06
HSL 330º 0.53% 0.87% -
HSV(B) 330º 0.15% 0.94% -
XYZ 70 66.28 77.51 -
YUV 215.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 239 203 221 0 0.15 0.08 0.06 330 0.53 0.87
Hex EF CB DD 0 F 8 6 14A 35 57
Octal 357 313 335 0 17 10 6 512 65 127
Binary 11101111 11001011 11011101 0 1111 1000 110 101001010 110101 1010111

Color Harmonies of #EFCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBDD

Black with #EFCBDD

Text Example


Text Example

White with #EFCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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