#DEF5D8

Color #DEF5D8 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #DEF5D8

Tints of Blue Romance #DEF5D8

Color information

#DEF5D8 (or 0xDEF5D8) is unknown color: approx Blue Romance. HEX triplet: DE, F5 and D8. RGB value is (222,245,216). Sum of RGB (Red+Green+Blue) = 222+245+216=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5D8 is #210A27. Grayscale: #EAEAEA. Windows color (decimal): -2165288 or 14218718. OLE color: 14218718.

HSL color Cylindrical-coordinate representation of color #DEF5D8: hue angle of 107.59º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF5D8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB222245216-
CMYK0.0900.120.04
HSL107.59º59.18%90.39%-
HSV(B)107.59º11.84%96.08%-
XYZ75.1785.7977.56-
YUV234.82117.38118.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 216 (84.77% from 255) = 31.63%
R=32.50%
G=35.87%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452160.0900.120.04107.5959.1890.39
HexDEF5D890C46c3b5a
Octal33636533011014415473132
Binary11011110111101011101100010010110010011011001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5D8; }

 p { color: rgb(222,245,216); }

 H1.HeaderClassName
 {
   color: #DEF5D8;
 }
 .AnyTagClassName
 {
   color: #DEF5D8;
 }
</style>
background-color css

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

 a { background-color: rgb(222,245,216); }

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

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

 span { border-color: rgb(222,245,216); }

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