Html Css Color HEX #DAFAB3 Reef

📋 copy color: '#DAFAB3'

red 218 ◦ green 250 ◦ blue 179

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

Shades of Reef #DAFAB3

Tints of Reef #DAFAB3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 179 (70.31% from 255) = 27.67%

R = 33.69%
G = 38.64%
B = 27.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#DAFAB3 (or 0xDAFAB3) is known color: Reef. HEX triplet: DA, FA and B3. RGB value is (218,250,179). Sum of RGB (Red+Green+Blue) = 218+250+179=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 179 (70.31% from 255 or 27.67% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAB3 is #25054C. Grayscale: #E8E8E8. Windows color (decimal): -2426189 or 11795162. OLE color: 11795162.

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

Color convert

RGB 218 250 179 -
CMYK 0.13 0 0.28 0.02
HSL 87.04º 0.88% 0.84% -
HSV(B) 87.04º 0.28% 0.98% -
XYZ 71.24 86.53 55.6 -
YUV 232.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 218 250 179 0.13 0 0.28 0.02 87.04 0.88 0.84
Hex DA FA B3 D 0 1C 2 57 58 54
Octal 332 372 263 15 0 34 2 127 130 124
Binary 11011010 11111010 10110011 1101 0 11100 10 1010111 1011000 1010100

Color Harmonies of #DAFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAB3

Black with #DAFAB3

Text Example


Text Example

White with #DAFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAB3; }

 p { color: rgb(218,250,179); }

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

background-color css

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

 a { background-color: rgb(218,250,179); }

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

border-color css

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

 span { border-color: rgb(218,250,179); }

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