Html Css Color HEX #DBEFAB Reef

📋 copy color: '#DBEFAB'

red 219 ◦ green 239 ◦ blue 171

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

Shades of Reef #DBEFAB

Tints of Reef #DBEFAB

RGB

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

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

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

R = 34.82%
G = 38%
B = 27.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DBEFAB (or 0xDBEFAB) is known color: Reef. HEX triplet: DB, EF and AB. RGB value is (219,239,171). Sum of RGB (Red+Green+Blue) = 219+239+171=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAB is #241054. Grayscale: #E1E1E1. Windows color (decimal): -2363477 or 11268059. OLE color: 11268059.

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

Color convert

RGB 219 239 171 -
CMYK 0.08 0 0.28 0.06
HSL 77.65º 0.68% 0.8% -
HSV(B) 77.65º 0.28% 0.94% -
XYZ 67.43 79.73 50.36 -
YUV 225.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 219 239 171 0.08 0 0.28 0.06 77.65 0.68 0.8
Hex DB EF AB 8 0 1C 6 4E 44 50
Octal 333 357 253 10 0 34 6 116 104 120
Binary 11011011 11101111 10101011 1000 0 11100 110 1001110 1000100 1010000

Color Harmonies of #DBEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFAB

Black with #DBEFAB

Text Example


Text Example

White with #DBEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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