Html Css Color HEX #DAF0AC Reef

📋 copy color: '#DAF0AC'

red 218 ◦ green 240 ◦ blue 172

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

Shades of Reef #DAF0AC

Tints of Reef #DAF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.1%

 BLUE value IS 172 (67.58% from 255) = 27.3%

R = 34.6%
G = 38.1%
B = 27.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DAF0AC (or 0xDAF0AC) is known color: Reef. HEX triplet: DA, F0 and AC. RGB value is (218,240,172). Sum of RGB (Red+Green+Blue) = 218+240+172=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF0AC is #250F53. Grayscale: #E1E1E1. Windows color (decimal): -2428756 or 11333850. OLE color: 11333850.

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

Color convert

RGB 218 240 172 -
CMYK 0.09 0 0.28 0.06
HSL 79.41º 0.69% 0.81% -
HSV(B) 79.41º 0.28% 0.94% -
XYZ 67.52 80.2 50.95 -
YUV 225.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 218 240 172 0.09 0 0.28 0.06 79.41 0.69 0.81
Hex DA F0 AC 9 0 1C 6 4F 45 51
Octal 332 360 254 11 0 34 6 117 105 121
Binary 11011010 11110000 10101100 1001 0 11100 110 1001111 1000101 1010001

Color Harmonies of #DAF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0AC

Black with #DAF0AC

Text Example


Text Example

White with #DAF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0AC; }

 p { color: rgb(218,240,172); }

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

background-color css

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

 a { background-color: rgb(218,240,172); }

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

border-color css

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

 span { border-color: rgb(218,240,172); }

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