#DEFDD7

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

Shades of Blue Romance #DEFDD7

Tints of Blue Romance #DEFDD7

Color information

#DEFDD7 (or 0xDEFDD7) is unknown color: approx Blue Romance. HEX triplet: DE, FD and D7. RGB value is (222,253,215). Sum of RGB (Red+Green+Blue) = 222+253+215=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD7 is #210228. Grayscale: #EFEFEF. Windows color (decimal): -2163241 or 14155230. OLE color: 14155230.

HSL color Cylindrical-coordinate representation of color #DEFDD7: hue angle of 108.95º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFDD7 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB222253215-
CMYK0.1200.150.01
HSL108.95º90.48%91.76%-
HSV(B)108.95º15.02%99.22%-
XYZ77.5290.6977.71-
YUV239.4114.23115.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=32.17%
G=36.67%
B=31.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222532150.1200.150.01108.9590.4891.76
HexDEFDD7C0F16d5a5c
Octal336375327140171155132134
Binary1101111011111101110101111100011111110110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDD7; }

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

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

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

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

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

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

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

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