#DEFDD5

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

Shades of Blue Romance #DEFDD5

Tints of Blue Romance #DEFDD5

Color information

#DEFDD5 (or 0xDEFDD5) is unknown color: approx Blue Romance. HEX triplet: DE, FD and D5. RGB value is (222,253,213). Sum of RGB (Red+Green+Blue) = 222+253+213=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD5 is #21022A. Grayscale: #EFEFEF. Windows color (decimal): -2163243 or 14024158. OLE color: 14024158.

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

Color convert

RGB222253213-
CMYK0.1200.160.01
HSL106.5º90.91%91.37%-
HSV(B)106.5º15.81%99.22%-
XYZ77.2690.5876.36-
YUV239.17113.23115.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 213 (83.59% from 255) = 30.96%
R=32.27%
G=36.77%
B=30.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222532130.1200.160.01106.590.9191.37
HexDEFDD5C01016a5b5b
Octal336375325140201152133133
Binary11011110111111011101010111000100001110101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDD5; }

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

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

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

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

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

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

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

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