#DDFBD5

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

Shades of Blue Romance #DDFBD5

Tints of Blue Romance #DDFBD5

Color information

#DDFBD5 (or 0xDDFBD5) is unknown color: approx Blue Romance. HEX triplet: DD, FB and D5. RGB value is (221,251,213). Sum of RGB (Red+Green+Blue) = 221+251+213=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD5 is #22042A. Grayscale: #EDEDED. Windows color (decimal): -2229291 or 14023645. OLE color: 14023645.

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

Color convert

RGB221251213-
CMYK0.1200.150.02
HSL107.37º82.61%90.98%-
HSV(B)107.37º15.14%98.43%-
XYZ76.3389.1776.14-
YUV237.7114.06116.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=32.26%
G=36.64%
B=31.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512130.1200.150.02107.3782.6190.98
HexDDFBD5C0F26b535b
Octal335373325140172153123133
Binary11011101111110111101010111000111110110101110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBD5; }

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

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

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

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

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

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

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

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