Html Css Color HEX #216355 Eden

📋 copy color: '#216355'

red 33 ◦ green 99 ◦ blue 85

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

Shades of Eden #216355

Tints of Eden #216355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 15.21%
G = 45.62%
B = 39.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#216355 (or 0x216355) is known color: Eden. HEX triplet: 21, 63 and 55. RGB value is (33,99,85). Sum of RGB (Red+Green+Blue) = 33+99+85=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #216355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216355 is #DE9CAA. Grayscale: #4D4D4D. Windows color (decimal): -14589099 or 5595937. OLE color: 5595937.

HSL color Cylindrical-coordinate representation of color #216355: hue angle of 167.27º 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 #216355 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 99 85 -
CMYK 0.67 0 0.14 0.61
HSL 167.27º 0.5% 0.26% -
HSV(B) 167.27º 0.67% 0.39% -
XYZ 6.73 9.9 10.15 -
YUV 77.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 33 99 85 0.67 0 0.14 0.61 167.27 0.5 0.26
Hex 21 63 55 43 0 E 3D A7 32 1A
Octal 41 143 125 103 0 16 75 247 62 32
Binary 100001 1100011 1010101 1000011 0 1110 111101 10100111 110010 11010

Color Harmonies of #216355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216355

Black with #216355

Text Example


Text Example

White with #216355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216355; }

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

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

background-color css

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

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

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

border-color css

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

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

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