Html Css Color HEX #DBEFB5 Reef

📋 copy color: '#DBEFB5'

red 219 ◦ green 239 ◦ blue 181

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

Shades of Reef #DBEFB5

Tints of Reef #DBEFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.33%

R = 34.27%
G = 37.4%
B = 28.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB5 (or 0xDBEFB5) is known color: Reef. HEX triplet: DB, EF and B5. RGB value is (219,239,181). Sum of RGB (Red+Green+Blue) = 219+239+181=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB5 is #24104A. Grayscale: #E2E2E2. Windows color (decimal): -2363467 or 11923419. OLE color: 11923419.

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

Color convert

RGB 219 239 181 -
CMYK 0.08 0 0.24 0.06
HSL 80.69º 0.64% 0.82% -
HSV(B) 80.69º 0.24% 0.94% -
XYZ 68.42 80.13 55.58 -
YUV 226.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 219 239 181 0.08 0 0.24 0.06 80.69 0.64 0.82
Hex DB EF B5 8 0 18 6 51 40 52
Octal 333 357 265 10 0 30 6 121 100 122
Binary 11011011 11101111 10110101 1000 0 11000 110 1010001 1000000 1010010

Color Harmonies of #DBEFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB5

Black with #DBEFB5

Text Example


Text Example

White with #DBEFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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