Html Css Color HEX #DBEAAA Reef

📋 copy color: '#DBEAAA'

red 219 ◦ green 234 ◦ blue 170

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

Shades of Reef #DBEAAA

Tints of Reef #DBEAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.29%

R = 35.15%
G = 37.56%
B = 27.29%

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

#DBEAAA (or 0xDBEAAA) is known color: Reef. HEX triplet: DB, EA and AA. RGB value is (219,234,170). Sum of RGB (Red+Green+Blue) = 219+234+170=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAAA is #241555. Grayscale: #DEDEDE. Windows color (decimal): -2364758 or 11201243. OLE color: 11201243.

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

Color convert

RGB 219 234 170 -
CMYK 0.06 0 0.27 0.08
HSL 74.06º 0.6% 0.79% -
HSV(B) 74.06º 0.27% 0.92% -
XYZ 65.89 76.81 49.38 -
YUV 222.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 219 234 170 0.06 0 0.27 0.08 74.06 0.6 0.79
Hex DB EA AA 6 0 1B 8 4A 3C 4F
Octal 333 352 252 6 0 33 10 112 74 117
Binary 11011011 11101010 10101010 110 0 11011 1000 1001010 111100 1001111

Color Harmonies of #DBEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEAAA

Black with #DBEAAA

Text Example


Text Example

White with #DBEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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