Html Css Color HEX #DBEBB0 Reef

📋 copy color: '#DBEBB0'

red 219 ◦ green 235 ◦ blue 176

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

Shades of Reef #DBEBB0

Tints of Reef #DBEBB0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 34.76%
G = 37.3%
B = 27.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#DBEBB0 (or 0xDBEBB0) is known color: Reef. HEX triplet: DB, EB and B0. RGB value is (219,235,176). Sum of RGB (Red+Green+Blue) = 219+235+176=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBB0 is #24144F. Grayscale: #DFDFDF. Windows color (decimal): -2364496 or 11594715. OLE color: 11594715.

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

Color convert

RGB 219 235 176 -
CMYK 0.07 0 0.25 0.08
HSL 76.27º 0.6% 0.81% -
HSV(B) 76.27º 0.25% 0.92% -
XYZ 66.76 77.61 52.54 -
YUV 223.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 219 235 176 0.07 0 0.25 0.08 76.27 0.6 0.81
Hex DB EB B0 7 0 19 8 4C 3C 51
Octal 333 353 260 7 0 31 10 114 74 121
Binary 11011011 11101011 10110000 111 0 11001 1000 1001100 111100 1010001

Color Harmonies of #DBEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBB0

Black with #DBEBB0

Text Example


Text Example

White with #DBEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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