Html Css Color HEX #DBF2B3 Reef

📋 copy color: '#DBF2B3'

red 219 ◦ green 242 ◦ blue 179

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

Shades of Reef #DBF2B3

Tints of Reef #DBF2B3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

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

R = 34.22%
G = 37.81%
B = 27.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#DBF2B3 (or 0xDBF2B3) is known color: Reef. HEX triplet: DB, F2 and B3. RGB value is (219,242,179). Sum of RGB (Red+Green+Blue) = 219+242+179=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2B3 is #240D4C. Grayscale: #E4E4E4. Windows color (decimal): -2362701 or 11793115. OLE color: 11793115.

HSL color Cylindrical-coordinate representation of color #DBF2B3: hue angle of 81.9º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF2B3 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 179 -
CMYK 0.10 0 0.26 0.05
HSL 81.9º 0.71% 0.83% -
HSV(B) 81.9º 0.26% 0.95% -
XYZ 69.1 81.82 54.8 -
YUV 227.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 219 242 179 0.10 0 0.26 0.05 81.9 0.71 0.83
Hex DB F2 B3 A 0 1A 5 52 47 53
Octal 333 362 263 12 0 32 5 122 107 123
Binary 11011011 11110010 10110011 1010 0 11010 101 1010010 1000111 1010011

Color Harmonies of #DBF2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2B3

Black with #DBF2B3

Text Example


Text Example

White with #DBF2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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