Html Css Color HEX #DBEFA5 Reef

📋 copy color: '#DBEFA5'

red 219 ◦ green 239 ◦ blue 165

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

Shades of Reef #DBEFA5

Tints of Reef #DBEFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.48%

R = 35.15%
G = 38.36%
B = 26.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#DBEFA5 (or 0xDBEFA5) is known color: Reef. HEX triplet: DB, EF and A5. RGB value is (219,239,165). Sum of RGB (Red+Green+Blue) = 219+239+165=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA5 is #24105A. Grayscale: #E0E0E0. Windows color (decimal): -2363483 or 10874843. OLE color: 10874843.

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

Color convert

RGB 219 239 165 -
CMYK 0.08 0 0.31 0.06
HSL 76.22º 0.7% 0.79% -
HSV(B) 76.22º 0.31% 0.94% -
XYZ 66.87 79.51 47.42 -
YUV 224.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 219 239 165 0.08 0 0.31 0.06 76.22 0.7 0.79
Hex DB EF A5 8 0 1F 6 4C 46 4F
Octal 333 357 245 10 0 37 6 114 106 117
Binary 11011011 11101111 10100101 1000 0 11111 110 1001100 1000110 1001111

Color Harmonies of #DBEFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFA5

Black with #DBEFA5

Text Example


Text Example

White with #DBEFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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