Html Css Color HEX #DAFBAB Reef

📋 copy color: '#DAFBAB'

red 218 ◦ green 251 ◦ blue 171

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

Shades of Reef #DAFBAB

Tints of Reef #DAFBAB

RGB

 RED value IS 218 (85.55% from 255) = 34.06%

 GREEN value IS 251 (98.44% from 255) = 39.22%

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

R = 34.06%
G = 39.22%
B = 26.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DAFBAB (or 0xDAFBAB) is known color: Reef. HEX triplet: DA, FB and AB. RGB value is (218,251,171). Sum of RGB (Red+Green+Blue) = 218+251+171=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBAB is #250454. Grayscale: #E8E8E8. Windows color (decimal): -2425941 or 11271130. OLE color: 11271130.

HSL color Cylindrical-coordinate representation of color #DAFBAB: hue angle of 84.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFBAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 171 -
CMYK 0.13 0 0.32 0.02
HSL 84.75º 0.91% 0.83% -
HSV(B) 84.75º 0.32% 0.98% -
XYZ 70.76 86.84 51.56 -
YUV 232.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 218 251 171 0.13 0 0.32 0.02 84.75 0.91 0.83
Hex DA FB AB D 0 20 2 55 5B 53
Octal 332 373 253 15 0 40 2 125 133 123
Binary 11011010 11111011 10101011 1101 0 100000 10 1010101 1011011 1010011

Color Harmonies of #DAFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBAB

Black with #DAFBAB

Text Example


Text Example

White with #DAFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBAB; }

 p { color: rgb(218,251,171); }

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

background-color css

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

 a { background-color: rgb(218,251,171); }

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

border-color css

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

 span { border-color: rgb(218,251,171); }

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