#DDFDD5

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

Shades of Blue Romance #DDFDD5

Tints of Blue Romance #DDFDD5

Color information

#DDFDD5 (or 0xDDFDD5) is unknown color: approx Blue Romance. HEX triplet: DD, FD and D5. RGB value is (221,253,213). Sum of RGB (Red+Green+Blue) = 221+253+213=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD5 is #22022A. Grayscale: #EFEFEF. Windows color (decimal): -2228779 or 14024157. OLE color: 14024157.

HSL color Cylindrical-coordinate representation of color #DDFDD5: hue angle of 108º 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 #DDFDD5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB221253213-
CMYK0.1300.160.01
HSL108º90.91%91.37%-
HSV(B)108º15.81%99.22%-
XYZ76.9590.4376.35-
YUV238.87113.4115.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 213 (83.59% from 255) = 31.00%
R=32.17%
G=36.83%
B=31.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532130.1300.160.0110890.9191.37
HexDDFDD5D01016c5b5b
Octal335375325150201154133133
Binary11011101111111011101010111010100001110110010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDD5; }

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

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

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

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

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

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

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

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