#DEFCD8

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

Shades of Blue Romance #DEFCD8

Tints of Blue Romance #DEFCD8

Color information

#DEFCD8 (or 0xDEFCD8) is unknown color: approx Blue Romance. HEX triplet: DE, FC and D8. RGB value is (222,252,216). Sum of RGB (Red+Green+Blue) = 222+252+216=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCD8 is #210327. Grayscale: #EFEFEF. Windows color (decimal): -2163496 or 14220510. OLE color: 14220510.

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

Color convert

RGB222252216-
CMYK0.1200.140.01
HSL110º85.71%91.76%-
HSV(B)110º14.29%98.82%-
XYZ77.3390.1178.28-
YUV238.93115.06115.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 216 (84.77% from 255) = 31.30%
R=32.17%
G=36.52%
B=31.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522160.1200.140.0111085.7191.76
HexDEFCD8C0E16e565c
Octal336374330140161156126134
Binary1101111011111100110110001100011101110111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCD8; }

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

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

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

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

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

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

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

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