Html Css Color HEX #216255 Eden

📋 copy color: '#216255'

red 33 ◦ green 98 ◦ blue 85

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

Shades of Eden #216255

Tints of Eden #216255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 15.28%
G = 45.37%
B = 39.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#216255 (or 0x216255) is known color: Eden. HEX triplet: 21, 62 and 55. RGB value is (33,98,85). Sum of RGB (Red+Green+Blue) = 33+98+85=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #216255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216255 is #DE9DAA. Grayscale: #4D4D4D. Windows color (decimal): -14589355 or 5595681. OLE color: 5595681.

HSL color Cylindrical-coordinate representation of color #216255: hue angle of 168º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216255 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 85 -
CMYK 0.66 0 0.13 0.62
HSL 168º 0.5% 0.26% -
HSV(B) 168º 0.66% 0.38% -
XYZ 6.63 9.71 10.12 -
YUV 77.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 33 98 85 0.66 0 0.13 0.62 168 0.5 0.26
Hex 21 62 55 42 0 D 3E A8 32 1A
Octal 41 142 125 102 0 15 76 250 62 32
Binary 100001 1100010 1010101 1000010 0 1101 111110 10101000 110010 11010

Color Harmonies of #216255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216255

Black with #216255

Text Example


Text Example

White with #216255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216255; }

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

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

background-color css

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

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

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

border-color css

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

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

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