Html Css Color HEX #DBEED6 Blue Romance

📋 copy color: '#DBEED6'

red 219 ◦ green 238 ◦ blue 214

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

Shades of Blue Romance #DBEED6

Tints of Blue Romance #DBEED6

RGB

 RED value IS 219 (85.94% from 255) = 32.64%

 GREEN value IS 238 (93.36% from 255) = 35.47%

 BLUE value IS 214 (83.98% from 255) = 31.89%

R = 32.64%
G = 35.47%
B = 31.89%

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

#DBEED6 (or 0xDBEED6) is known color: Blue Romance. HEX triplet: DB, EE and D6. RGB value is (219,238,214). Sum of RGB (Red+Green+Blue) = 219+238+214=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED6 is #241129. Grayscale: #E5E5E5. Windows color (decimal): -2363690 or 14085851. OLE color: 14085851.

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

Color convert

RGB 219 238 214 -
CMYK 0.08 0 0.10 0.07
HSL 107.5º 0.41% 0.89% -
HSV(B) 107.5º 0.1% 0.93% -
XYZ 71.93 81.06 75.47 -
YUV 229.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 219 238 214 0.08 0 0.10 0.07 107.5 0.41 0.89
Hex DB EE D6 8 0 A 7 6C 29 59
Octal 333 356 326 10 0 12 7 154 51 131
Binary 11011011 11101110 11010110 1000 0 1010 111 1101100 101001 1011001

Color Harmonies of #DBEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEED6

Black with #DBEED6

Text Example


Text Example

White with #DBEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEED6; }

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

 H1.HeaderClassName
 {
   color: #DBEED6;
 }
 .AnyTagClassName
 {
   color: #DBEED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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