Html Css Color HEX #216455 Eden

📋 copy color: '#216455'

red 33 ◦ green 100 ◦ blue 85

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

Shades of Eden #216455

Tints of Eden #216455

RGB

 RED value IS 33 (13.28% from 255) = 15.14%

 GREEN value IS 100 (39.45% from 255) = 45.87%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 15.14%
G = 45.87%
B = 38.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#216455 (or 0x216455) is known color: Eden. HEX triplet: 21, 64 and 55. RGB value is (33,100,85). Sum of RGB (Red+Green+Blue) = 33+100+85=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #216455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216455 is #DE9BAA. Grayscale: #4E4E4E. Windows color (decimal): -14588843 or 5596193. OLE color: 5596193.

HSL color Cylindrical-coordinate representation of color #216455: hue angle of 166.57º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216455 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 100 85 -
CMYK 0.67 0 0.15 0.61
HSL 166.57º 0.5% 0.26% -
HSV(B) 166.57º 0.67% 0.39% -
XYZ 6.82 10.09 10.18 -
YUV 78.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 33 100 85 0.67 0 0.15 0.61 166.57 0.5 0.26
Hex 21 64 55 43 0 F 3D A7 32 1A
Octal 41 144 125 103 0 17 75 247 62 32
Binary 100001 1100100 1010101 1000011 0 1111 111101 10100111 110010 11010

Color Harmonies of #216455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216455

Black with #216455

Text Example


Text Example

White with #216455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216455; }

 p { color: rgb(33,100,85); }

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

background-color css

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

 a { background-color: rgb(33,100,85); }

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

border-color css

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

 span { border-color: rgb(33,100,85); }

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