#DEF8D8

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

Shades of Blue Romance #DEF8D8

Tints of Blue Romance #DEF8D8

Color information

#DEF8D8 (or 0xDEF8D8) is unknown color: approx Blue Romance. HEX triplet: DE, F8 and D8. RGB value is (222,248,216). Sum of RGB (Red+Green+Blue) = 222+248+216=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8D8 is #210727. Grayscale: #ECECEC. Windows color (decimal): -2164520 or 14219486. OLE color: 14219486.

HSL color Cylindrical-coordinate representation of color #DEF8D8: hue angle of 108.75º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEF8D8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB222248216-
CMYK0.1000.130.03
HSL108.75º69.57%90.98%-
HSV(B)108.75º12.9%97.25%-
XYZ76.0987.6277.87-
YUV236.58116.39117.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 248 (97.27% from 255) = 36.15%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=32.36%
G=36.15%
B=31.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482160.1000.130.03108.7569.5790.98
HexDEF8D8A0D36d465b
Octal336370330120153155106133
Binary11011110111110001101100010100110111110110110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8D8; }

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

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

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

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

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

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

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

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