Html Css Color HEX #DBF3B0 Reef

📋 copy color: '#DBF3B0'

red 219 ◦ green 243 ◦ blue 176

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

Shades of Reef #DBF3B0

Tints of Reef #DBF3B0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.09%

 BLUE value IS 176 (69.14% from 255) = 27.59%

R = 34.33%
G = 38.09%
B = 27.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#DBF3B0 (or 0xDBF3B0) is known color: Reef. HEX triplet: DB, F3 and B0. RGB value is (219,243,176). Sum of RGB (Red+Green+Blue) = 219+243+176=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3B0 is #240C4F. Grayscale: #E4E4E4. Windows color (decimal): -2362448 or 11596763. OLE color: 11596763.

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

Color convert

RGB 219 243 176 -
CMYK 0.10 0 0.28 0.05
HSL 81.49º 0.74% 0.82% -
HSV(B) 81.49º 0.28% 0.95% -
XYZ 69.1 82.3 53.32 -
YUV 228.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 219 243 176 0.10 0 0.28 0.05 81.49 0.74 0.82
Hex DB F3 B0 A 0 1C 5 51 4A 52
Octal 333 363 260 12 0 34 5 121 112 122
Binary 11011011 11110011 10110000 1010 0 11100 101 1010001 1001010 1010010

Color Harmonies of #DBF3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3B0

Black with #DBF3B0

Text Example


Text Example

White with #DBF3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3B0; }

 p { color: rgb(219,243,176); }

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

background-color css

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

 a { background-color: rgb(219,243,176); }

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

border-color css

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

 span { border-color: rgb(219,243,176); }

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