Html Css Color HEX #DBFBB1 Reef

📋 copy color: '#DBFBB1'

red 219 ◦ green 251 ◦ blue 177

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

Shades of Reef #DBFBB1

Tints of Reef #DBFBB1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.79%

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

R = 33.85%
G = 38.79%
B = 27.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DBFBB1 (or 0xDBFBB1) is known color: Reef. HEX triplet: DB, FB and B1. RGB value is (219,251,177). Sum of RGB (Red+Green+Blue) = 219+251+177=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBB1 is #24044E. Grayscale: #E9E9E9. Windows color (decimal): -2360399 or 11664347. OLE color: 11664347.

HSL color Cylindrical-coordinate representation of color #DBFBB1: hue angle of 85.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 177 -
CMYK 0.13 0 0.29 0.02
HSL 85.95º 0.9% 0.84% -
HSV(B) 85.95º 0.29% 0.98% -
XYZ 71.65 87.23 54.66 -
YUV 233 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 219 251 177 0.13 0 0.29 0.02 85.95 0.9 0.84
Hex DB FB B1 D 0 1D 2 56 5A 54
Octal 333 373 261 15 0 35 2 126 132 124
Binary 11011011 11111011 10110001 1101 0 11101 10 1010110 1011010 1010100

Color Harmonies of #DBFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBB1

Black with #DBFBB1

Text Example


Text Example

White with #DBFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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