Html Css Color HEX #EFDBE0 Cherub

📋 copy color: '#EFDBE0'

red 239 ◦ green 219 ◦ blue 224

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

Shades of Cherub #EFDBE0

Tints of Cherub #EFDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.11%

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 35.04%
G = 32.11%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFDBE0 (or 0xEFDBE0) is known color: Cherub. HEX triplet: EF, DB and E0. RGB value is (239,219,224). Sum of RGB (Red+Green+Blue) = 239+219+224=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE0 is #10241F. Grayscale: #E1E1E1. Windows color (decimal): -1057824 or 14736367. OLE color: 14736367.

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

Color convert

RGB 239 219 224 -
CMYK 0 0.08 0.06 0.06
HSL 345º 0.38% 0.9% -
HSV(B) 345º 0.08% 0.94% -
XYZ 74.38 74.4 80.96 -
YUV 225.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 239 219 224 0 0.08 0.06 0.06 345 0.38 0.9
Hex EF DB E0 0 8 6 6 159 26 5A
Octal 357 333 340 0 10 6 6 531 46 132
Binary 11101111 11011011 11100000 0 1000 110 110 101011001 100110 1011010

Color Harmonies of #EFDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBE0

Black with #EFDBE0

Text Example


Text Example

White with #EFDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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