Html Css Color HEX #DBEDD6 Blue Romance

📋 copy color: '#DBEDD6'

red 219 ◦ green 237 ◦ blue 214

#DBEDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #DBEDD6

Tints of Blue Romance #DBEDD6

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 value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DBEDD6 (or 0xDBEDD6) is known color: 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

RGB 219 237 214 -
CMYK 0.08 0 0.10 0.07
HSL 106.96º 0.39% 0.88% -
HSV(B) 106.96º 0.1% 0.93% -
XYZ 71.64 80.48 75.38 -
YUV 229 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 219 237 214 0.08 0 0.10 0.07 106.96 0.39 0.88
Hex DB ED D6 8 0 A 7 6B 27 58
Octal 333 355 326 10 0 12 7 153 47 130
Binary 11011011 11101101 11010110 1000 0 1010 111 1101011 100111 1011000

Color Harmonies of #DBEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDD6

Black with #DBEDD6

Text Example


Text Example

White with #DBEDD6

Text Example


Text Example

HTML Codes & Css Web 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>