Html Css Color HEX #DAF8A6 Reef

📋 copy color: '#DAF8A6'

red 218 ◦ green 248 ◦ blue 166

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

Shades of Reef #DAF8A6

Tints of Reef #DAF8A6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

 BLUE value IS 166 (65.23% from 255) = 26.27%

R = 34.49%
G = 39.24%
B = 26.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#DAF8A6 (or 0xDAF8A6) is known color: Reef. HEX triplet: DA, F8 and A6. RGB value is (218,248,166). Sum of RGB (Red+Green+Blue) = 218+248+166=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 166 (65.23% from 255 or 26.27% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8A6 is #250759. Grayscale: #E5E5E5. Windows color (decimal): -2426714 or 10942682. OLE color: 10942682.

HSL color Cylindrical-coordinate representation of color #DAF8A6: hue angle of 81.95º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAF8A6 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 166 -
CMYK 0.12 0 0.33 0.03
HSL 81.95º 0.85% 0.81% -
HSV(B) 81.95º 0.33% 0.97% -
XYZ 69.36 84.79 48.79 -
YUV 229.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 218 248 166 0.12 0 0.33 0.03 81.95 0.85 0.81
Hex DA F8 A6 C 0 21 3 52 55 51
Octal 332 370 246 14 0 41 3 122 125 121
Binary 11011010 11111000 10100110 1100 0 100001 11 1010010 1010101 1010001

Color Harmonies of #DAF8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8A6

Black with #DAF8A6

Text Example


Text Example

White with #DAF8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8A6; }

 p { color: rgb(218,248,166); }

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

background-color css

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

 a { background-color: rgb(218,248,166); }

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

border-color css

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

 span { border-color: rgb(218,248,166); }

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