Html Css Color HEX #DBEEB0 Reef

📋 copy color: '#DBEEB0'

red 219 ◦ green 238 ◦ blue 176

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

Shades of Reef #DBEEB0

Tints of Reef #DBEEB0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 34.6%
G = 37.6%
B = 27.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DBEEB0 (or 0xDBEEB0) is known color: Reef. HEX triplet: DB, EE and B0. RGB value is (219,238,176). Sum of RGB (Red+Green+Blue) = 219+238+176=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEB0 is #24114F. Grayscale: #E1E1E1. Windows color (decimal): -2363728 or 11595483. OLE color: 11595483.

HSL color Cylindrical-coordinate representation of color #DBEEB0: hue angle of 78.39º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBEEB0 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 176 -
CMYK 0.08 0 0.26 0.07
HSL 78.39º 0.65% 0.81% -
HSV(B) 78.39º 0.26% 0.93% -
XYZ 67.62 79.34 52.82 -
YUV 225.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 219 238 176 0.08 0 0.26 0.07 78.39 0.65 0.81
Hex DB EE B0 8 0 1A 7 4E 41 51
Octal 333 356 260 10 0 32 7 116 101 121
Binary 11011011 11101110 10110000 1000 0 11010 111 1001110 1000001 1010001

Color Harmonies of #DBEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEB0

Black with #DBEEB0

Text Example


Text Example

White with #DBEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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