Html Css Color HEX #DBEFB4 Reef

📋 copy color: '#DBEFB4'

red 219 ◦ green 239 ◦ blue 180

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

Shades of Reef #DBEFB4

Tints of Reef #DBEFB4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.46%

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 34.33%
G = 37.46%
B = 28.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB4 (or 0xDBEFB4) is known color: Reef. HEX triplet: DB, EF and B4. RGB value is (219,239,180). Sum of RGB (Red+Green+Blue) = 219+239+180=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB4 is #24104B. Grayscale: #E2E2E2. Windows color (decimal): -2363468 or 11857883. OLE color: 11857883.

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

Color convert

RGB 219 239 180 -
CMYK 0.08 0 0.25 0.06
HSL 80.34º 0.65% 0.82% -
HSV(B) 80.34º 0.25% 0.94% -
XYZ 68.32 80.09 55.04 -
YUV 226.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 219 239 180 0.08 0 0.25 0.06 80.34 0.65 0.82
Hex DB EF B4 8 0 19 6 50 41 52
Octal 333 357 264 10 0 31 6 120 101 122
Binary 11011011 11101111 10110100 1000 0 11001 110 1010000 1000001 1010010

Color Harmonies of #DBEFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB4

Black with #DBEFB4

Text Example


Text Example

White with #DBEFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB4; }

 p { color: rgb(219,239,180); }

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

background-color css

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

 a { background-color: rgb(219,239,180); }

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

border-color css

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

 span { border-color: rgb(219,239,180); }

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