Html Css Color HEX #DBEFB3 Reef

📋 copy color: '#DBEFB3'

red 219 ◦ green 239 ◦ blue 179

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

Shades of Reef #DBEFB3

Tints of Reef #DBEFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.1%

R = 34.38%
G = 37.52%
B = 28.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB3 (or 0xDBEFB3) is known color: Reef. HEX triplet: DB, EF and B3. RGB value is (219,239,179). Sum of RGB (Red+Green+Blue) = 219+239+179=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB3 is #24104C. Grayscale: #E2E2E2. Windows color (decimal): -2363469 or 11792347. OLE color: 11792347.

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

Color convert

RGB 219 239 179 -
CMYK 0.08 0 0.25 0.06
HSL 80º 0.65% 0.82% -
HSV(B) 80º 0.25% 0.94% -
XYZ 68.22 80.05 54.5 -
YUV 226.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 219 239 179 0.08 0 0.25 0.06 80 0.65 0.82
Hex DB EF B3 8 0 19 6 50 41 52
Octal 333 357 263 10 0 31 6 120 101 122
Binary 11011011 11101111 10110011 1000 0 11001 110 1010000 1000001 1010010

Color Harmonies of #DBEFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB3

Black with #DBEFB3

Text Example


Text Example

White with #DBEFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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