Html Css Color HEX #DBEFB2 Reef

📋 copy color: '#DBEFB2'

red 219 ◦ green 239 ◦ blue 178

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

Shades of Reef #DBEFB2

Tints of Reef #DBEFB2

RGB

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

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

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

R = 34.43%
G = 37.58%
B = 27.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#DBEFB2 (or 0xDBEFB2) is known color: Reef. HEX triplet: DB, EF and B2. RGB value is (219,239,178). Sum of RGB (Red+Green+Blue) = 219+239+178=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFB2 is #24104D. Grayscale: #E2E2E2. Windows color (decimal): -2363470 or 11726811. OLE color: 11726811.

HSL color Cylindrical-coordinate representation of color #DBEFB2: hue angle of 79.67º degrees, saturation: 0.66, 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 #DBEFB2 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 178 -
CMYK 0.08 0 0.26 0.06
HSL 79.67º 0.66% 0.82% -
HSV(B) 79.67º 0.26% 0.94% -
XYZ 68.12 80.01 53.97 -
YUV 226.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 219 239 178 0.08 0 0.26 0.06 79.67 0.66 0.82
Hex DB EF B2 8 0 1A 6 50 42 52
Octal 333 357 262 10 0 32 6 120 102 122
Binary 11011011 11101111 10110010 1000 0 11010 110 1010000 1000010 1010010

Color Harmonies of #DBEFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFB2

Black with #DBEFB2

Text Example


Text Example

White with #DBEFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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