#DEFBD7

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

Shades of Blue Romance #DEFBD7

Tints of Blue Romance #DEFBD7

Color information

#DEFBD7 (or 0xDEFBD7) is unknown color: approx Blue Romance. HEX triplet: DE, FB and D7. RGB value is (222,251,215). Sum of RGB (Red+Green+Blue) = 222+251+215=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBD7 is #210428. Grayscale: #EEEEEE. Windows color (decimal): -2163753 or 14154718. OLE color: 14154718.

HSL color Cylindrical-coordinate representation of color #DEFBD7: hue angle of 108.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFBD7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB222251215-
CMYK0.1200.140.02
HSL108.33º81.82%91.37%-
HSV(B)108.33º14.34%98.43%-
XYZ76.8989.4377.5-
YUV238.22114.89116.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 215 (84.38% from 255) = 31.25%
R=32.27%
G=36.48%
B=31.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512150.1200.140.02108.3381.8291.37
HexDEFBD7C0E26c525b
Octal336373327140162154122133
Binary11011110111110111101011111000111010110110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBD7; }

 p { color: rgb(222,251,215); }

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

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

 a { background-color: rgb(222,251,215); }

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

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

 span { border-color: rgb(222,251,215); }

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