Html Css Color HEX #DBEFD4 Blue Romance

📋 copy color: '#DBEFD4'

red 219 ◦ green 239 ◦ blue 212

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

Shades of Blue Romance #DBEFD4

Tints of Blue Romance #DBEFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

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

R = 32.69%
G = 35.67%
B = 31.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#DBEFD4 (or 0xDBEFD4) is known color: Blue Romance. HEX triplet: DB, EF and D4. RGB value is (219,239,212). Sum of RGB (Red+Green+Blue) = 219+239+212=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD4 is #24102B. Grayscale: #E6E6E6. Windows color (decimal): -2363436 or 13955035. OLE color: 13955035.

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

Color convert

RGB 219 239 212 -
CMYK 0.08 0 0.11 0.06
HSL 104.44º 0.46% 0.88% -
HSV(B) 104.44º 0.11% 0.94% -
XYZ 71.96 81.55 74.23 -
YUV 229.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 219 239 212 0.08 0 0.11 0.06 104.44 0.46 0.88
Hex DB EF D4 8 0 B 6 68 2E 58
Octal 333 357 324 10 0 13 6 150 56 130
Binary 11011011 11101111 11010100 1000 0 1011 110 1101000 101110 1011000

Color Harmonies of #DBEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFD4

Black with #DBEFD4

Text Example


Text Example

White with #DBEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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