Html Css Color HEX #DBFCB1 Reef

📋 copy color: '#DBFCB1'

red 219 ◦ green 252 ◦ blue 177

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

Shades of Reef #DBFCB1

Tints of Reef #DBFCB1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

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

R = 33.8%
G = 38.89%
B = 27.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DBFCB1 (or 0xDBFCB1) is known color: Reef. HEX triplet: DB, FC and B1. RGB value is (219,252,177). Sum of RGB (Red+Green+Blue) = 219+252+177=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCB1 is #24034E. Grayscale: #E9E9E9. Windows color (decimal): -2360143 or 11664603. OLE color: 11664603.

HSL color Cylindrical-coordinate representation of color #DBFCB1: hue angle of 86.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFCB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 177 -
CMYK 0.13 0 0.30 0.01
HSL 86.4º 0.93% 0.84% -
HSV(B) 86.4º 0.3% 0.99% -
XYZ 71.96 87.86 54.76 -
YUV 233.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 219 252 177 0.13 0 0.30 0.01 86.4 0.93 0.84
Hex DB FC B1 D 0 1E 1 56 5D 54
Octal 333 374 261 15 0 36 1 126 135 124
Binary 11011011 11111100 10110001 1101 0 11110 1 1010110 1011101 1010100

Color Harmonies of #DBFCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCB1

Black with #DBFCB1

Text Example


Text Example

White with #DBFCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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