#DDFDD4

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

Shades of Blue Romance #DDFDD4

Tints of Blue Romance #DDFDD4

Color information

#DDFDD4 (or 0xDDFDD4) is unknown color: approx Blue Romance. HEX triplet: DD, FD and D4. RGB value is (221,253,212). Sum of RGB (Red+Green+Blue) = 221+253+212=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD4 is #22022B. Grayscale: #EEEEEE. Windows color (decimal): -2228780 or 13958621. OLE color: 13958621.

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

Color convert

RGB221253212-
CMYK0.1300.160.01
HSL106.83º91.11%91.18%-
HSV(B)106.83º16.21%99.22%-
XYZ76.8390.3875.68-
YUV238.76112.9115.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 212 (83.20% from 255) = 30.90%
R=32.22%
G=36.88%
B=30.90%

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
Decimal2212532120.1300.160.01106.8391.1191.18
HexDDFDD4D01016b5b5b
Octal335375324150201153133133
Binary11011101111111011101010011010100001110101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDD4; }

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

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

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

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

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

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

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

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