Html Css Color HEX #DBEEB5 Reef

📋 copy color: '#DBEEB5'

red 219 ◦ green 238 ◦ blue 181

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

Shades of Reef #DBEEB5

Tints of Reef #DBEEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.37%

R = 34.33%
G = 37.3%
B = 28.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DBEEB5 (or 0xDBEEB5) is known color: Reef. HEX triplet: DB, EE and B5. RGB value is (219,238,181). Sum of RGB (Red+Green+Blue) = 219+238+181=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEB5 is #24114A. Grayscale: #E2E2E2. Windows color (decimal): -2363723 or 11923163. OLE color: 11923163.

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

Color convert

RGB 219 238 181 -
CMYK 0.08 0 0.24 0.07
HSL 80º 0.63% 0.82% -
HSV(B) 80º 0.24% 0.93% -
XYZ 68.13 79.55 55.48 -
YUV 225.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 219 238 181 0.08 0 0.24 0.07 80 0.63 0.82
Hex DB EE B5 8 0 18 7 50 3F 52
Octal 333 356 265 10 0 30 7 120 77 122
Binary 11011011 11101110 10110101 1000 0 11000 111 1010000 111111 1010010

Color Harmonies of #DBEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEEB5

Black with #DBEEB5

Text Example


Text Example

White with #DBEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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