Html Css Color HEX #DBEED4 Blue Romance

📋 copy color: '#DBEED4'

red 219 ◦ green 238 ◦ blue 212

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

Shades of Blue Romance #DBEED4

Tints of Blue Romance #DBEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.69%

R = 32.74%
G = 35.58%
B = 31.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DBEED4 (or 0xDBEED4) is known color: Blue Romance. HEX triplet: DB, EE and D4. RGB value is (219,238,212). Sum of RGB (Red+Green+Blue) = 219+238+212=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED4 is #24112B. Grayscale: #E5E5E5. Windows color (decimal): -2363692 or 13954779. OLE color: 13954779.

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

Color convert

RGB 219 238 212 -
CMYK 0.08 0 0.11 0.07
HSL 103.85º 0.43% 0.88% -
HSV(B) 103.85º 0.11% 0.93% -
XYZ 71.67 80.96 74.14 -
YUV 229.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 219 238 212 0.08 0 0.11 0.07 103.85 0.43 0.88
Hex DB EE D4 8 0 B 7 68 2B 58
Octal 333 356 324 10 0 13 7 150 53 130
Binary 11011011 11101110 11010100 1000 0 1011 111 1101000 101011 1011000

Color Harmonies of #DBEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEED4

Black with #DBEED4

Text Example


Text Example

White with #DBEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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