Html Css Color HEX #EFCADA Classic Rose

📋 copy color: '#EFCADA'

red 239 ◦ green 202 ◦ blue 218

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

Shades of Classic Rose #EFCADA

Tints of Classic Rose #EFCADA

RGB

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

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

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

R = 36.27%
G = 30.65%
B = 33.08%

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

#EFCADA (or 0xEFCADA) is known color: Classic Rose. HEX triplet: EF, CA and DA. RGB value is (239,202,218). Sum of RGB (Red+Green+Blue) = 239+202+218=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADA is #103525. Grayscale: #D6D6D6. Windows color (decimal): -1062182 or 14338799. OLE color: 14338799.

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

Color convert

RGB 239 202 218 -
CMYK 0 0.15 0.09 0.06
HSL 334.05º 0.54% 0.86% -
HSV(B) 334.05º 0.15% 0.94% -
XYZ 69.37 65.65 75.35 -
YUV 214.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 239 202 218 0 0.15 0.09 0.06 334.05 0.54 0.86
Hex EF CA DA 0 F 9 6 14E 36 56
Octal 357 312 332 0 17 11 6 516 66 126
Binary 11101111 11001010 11011010 0 1111 1001 110 101001110 110110 1010110

Color Harmonies of #EFCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCADA

Black with #EFCADA

Text Example


Text Example

White with #EFCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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