Html Css Color HEX #DBEFB1 Reef

📋 copy color: '#DBEFB1'

red 219 ◦ green 239 ◦ blue 177

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

Shades of Reef #DBEFB1

Tints of Reef #DBEFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.87%

R = 34.49%
G = 37.64%
B = 27.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB1 (or 0xDBEFB1) is known color: Reef. HEX triplet: DB, EF and B1. RGB value is (219,239,177). Sum of RGB (Red+Green+Blue) = 219+239+177=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFB1 is #24104E. Grayscale: #E2E2E2. Windows color (decimal): -2363471 or 11661275. OLE color: 11661275.

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

Color convert

RGB 219 239 177 -
CMYK 0.08 0 0.26 0.06
HSL 79.35º 0.66% 0.82% -
HSV(B) 79.35º 0.26% 0.94% -
XYZ 68.02 79.97 53.45 -
YUV 225.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 219 239 177 0.08 0 0.26 0.06 79.35 0.66 0.82
Hex DB EF B1 8 0 1A 6 4F 42 52
Octal 333 357 261 10 0 32 6 117 102 122
Binary 11011011 11101111 10110001 1000 0 11010 110 1001111 1000010 1010010

Color Harmonies of #DBEFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB1

Black with #DBEFB1

Text Example


Text Example

White with #DBEFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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