#DEFAD6

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

Shades of Blue Romance #DEFAD6

Tints of Blue Romance #DEFAD6

Color information

#DEFAD6 (or 0xDEFAD6) is unknown color: approx Blue Romance. HEX triplet: DE, FA and D6. RGB value is (222,250,214). Sum of RGB (Red+Green+Blue) = 222+250+214=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAD6 is #210529. Grayscale: #EDEDED. Windows color (decimal): -2164010 or 14088926. OLE color: 14088926.

HSL color Cylindrical-coordinate representation of color #DEFAD6: hue angle of 106.67º degrees, saturation: 0.78, 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 #DEFAD6 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB222250214-
CMYK0.1100.140.02
HSL106.67º78.26%90.98%-
HSV(B)106.67º14.4%98.04%-
XYZ76.4588.7676.72-
YUV237.52114.72116.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.36%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=32.36%
G=36.44%
B=31.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502140.1100.140.02106.6778.2690.98
HexDEFAD6B0E26b4e5b
Octal336372326130162153116133
Binary11011110111110101101011010110111010110101110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAD6; }

 p { color: rgb(222,250,214); }

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

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

 a { background-color: rgb(222,250,214); }

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

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

 span { border-color: rgb(222,250,214); }

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