Html Css Color HEX #EFCADB Classic Rose

📋 copy color: '#EFCADB'

red 239 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #EFCADB

Tints of Classic Rose #EFCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.61%

 BLUE value IS 219 (85.94% from 255) = 33.18%

R = 36.21%
G = 30.61%
B = 33.18%

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

#EFCADB (or 0xEFCADB) is known color: Classic Rose. HEX triplet: EF, CA and DB. RGB value is (239,202,219). Sum of RGB (Red+Green+Blue) = 239+202+219=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADB is #103524. Grayscale: #D6D6D6. Windows color (decimal): -1062181 or 14404335. OLE color: 14404335.

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

Color convert

RGB 239 202 219 -
CMYK 0 0.15 0.08 0.06
HSL 332.43º 0.54% 0.86% -
HSV(B) 332.43º 0.15% 0.94% -
XYZ 69.5 65.71 76.04 -
YUV 215 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 239 202 219 0 0.15 0.08 0.06 332.43 0.54 0.86
Hex EF CA DB 0 F 8 6 14C 36 56
Octal 357 312 333 0 17 10 6 514 66 126
Binary 11101111 11001010 11011011 0 1111 1000 110 101001100 110110 1010110

Color Harmonies of #EFCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCADB

Black with #EFCADB

Text Example


Text Example

White with #EFCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCADB; }

 p { color: rgb(239,202,219); }

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

background-color css

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

 a { background-color: rgb(239,202,219); }

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

border-color css

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

 span { border-color: rgb(239,202,219); }

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