#DDFBD4

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

Shades of Blue Romance #DDFBD4

Tints of Blue Romance #DDFBD4

Color information

#DDFBD4 (or 0xDDFBD4) is unknown color: approx Blue Romance. HEX triplet: DD, FB and D4. RGB value is (221,251,212). Sum of RGB (Red+Green+Blue) = 221+251+212=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD4 is #22042B. Grayscale: #EDEDED. Windows color (decimal): -2229292 or 13958109. OLE color: 13958109.

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

Color convert

RGB221251212-
CMYK0.1200.160.02
HSL106.15º82.98%90.78%-
HSV(B)106.15º15.54%98.43%-
XYZ76.289.1275.47-
YUV237.58113.56116.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=32.31%
G=36.70%
B=30.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512120.1200.160.02106.1582.9890.78
HexDDFBD4C01026a535b
Octal335373324140202152123133
Binary110111011111101111010100110001000010110101010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBD4; }

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

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

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

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

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

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

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

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