#DBEDD6

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

Shades of Blue Romance #DBEDD6

Tints of Blue Romance #DBEDD6

Color information

#DBEDD6 (or 0xDBEDD6) is unknown color: approx Blue Romance. HEX triplet: DB, ED and D6. RGB value is (219,237,214). Sum of RGB (Red+Green+Blue) = 219+237+214=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD6 is #241229. Grayscale: #E5E5E5. Windows color (decimal): -2363946 or 14085595. OLE color: 14085595.

HSL color Cylindrical-coordinate representation of color #DBEDD6: hue angle of 106.96º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEDD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB219237214-
CMYK0.0800.100.07
HSL106.96º38.98%88.43%-
HSV(B)106.96º9.7%92.94%-
XYZ71.6480.4875.38-
YUV229119.54120.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=32.69%
G=35.37%
B=31.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372140.0800.100.07106.9638.9888.43
HexDBEDD680A76b2758
Octal33335532610012715347130
Binary11011011111011011101011010000101011111010111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDD6; }

 p { color: rgb(219,237,214); }

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

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

 a { background-color: rgb(219,237,214); }

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

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

 span { border-color: rgb(219,237,214); }

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