Html Css Color HEX #DBEAAB Reef

📋 copy color: '#DBEAAB'

red 219 ◦ green 234 ◦ blue 171

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

Shades of Reef #DBEAAB

Tints of Reef #DBEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 171 (67.19% from 255) = 27.4%

R = 35.1%
G = 37.5%
B = 27.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#DBEAAB (or 0xDBEAAB) is known color: Reef. HEX triplet: DB, EA and AB. RGB value is (219,234,171). Sum of RGB (Red+Green+Blue) = 219+234+171=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAAB is #241554. Grayscale: #DEDEDE. Windows color (decimal): -2364757 or 11266779. OLE color: 11266779.

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

Color convert

RGB 219 234 171 -
CMYK 0.06 0 0.27 0.08
HSL 74.29º 0.6% 0.79% -
HSV(B) 74.29º 0.27% 0.92% -
XYZ 65.99 76.85 49.88 -
YUV 222.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 219 234 171 0.06 0 0.27 0.08 74.29 0.6 0.79
Hex DB EA AB 6 0 1B 8 4A 3C 4F
Octal 333 352 253 6 0 33 10 112 74 117
Binary 11011011 11101010 10101011 110 0 11011 1000 1001010 111100 1001111

Color Harmonies of #DBEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAAB

Black with #DBEAAB

Text Example


Text Example

White with #DBEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAAB; }

 p { color: rgb(219,234,171); }

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

background-color css

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

 a { background-color: rgb(219,234,171); }

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

border-color css

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

 span { border-color: rgb(219,234,171); }

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