Html Css Color HEX #DBF0B2 Reef

📋 copy color: '#DBF0B2'

red 219 ◦ green 240 ◦ blue 178

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

Shades of Reef #DBF0B2

Tints of Reef #DBF0B2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.68%

 BLUE value IS 178 (69.92% from 255) = 27.94%

R = 34.38%
G = 37.68%
B = 27.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DBF0B2 (or 0xDBF0B2) is known color: Reef. HEX triplet: DB, F0 and B2. RGB value is (219,240,178). Sum of RGB (Red+Green+Blue) = 219+240+178=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0B2 is #240F4D. Grayscale: #E2E2E2. Windows color (decimal): -2363214 or 11727067. OLE color: 11727067.

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

Color convert

RGB 219 240 178 -
CMYK 0.09 0 0.26 0.06
HSL 80.32º 0.67% 0.82% -
HSV(B) 80.32º 0.26% 0.94% -
XYZ 68.41 80.59 54.07 -
YUV 226.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 219 240 178 0.09 0 0.26 0.06 80.32 0.67 0.82
Hex DB F0 B2 9 0 1A 6 50 43 52
Octal 333 360 262 11 0 32 6 120 103 122
Binary 11011011 11110000 10110010 1001 0 11010 110 1010000 1000011 1010010

Color Harmonies of #DBF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0B2

Black with #DBF0B2

Text Example


Text Example

White with #DBF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0B2; }

 p { color: rgb(219,240,178); }

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

background-color css

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

 a { background-color: rgb(219,240,178); }

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

border-color css

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

 span { border-color: rgb(219,240,178); }

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