Html Css Color HEX #DAF8A8 Reef

📋 copy color: '#DAF8A8'

red 218 ◦ green 248 ◦ blue 168

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

Shades of Reef #DAF8A8

Tints of Reef #DAF8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.5%

R = 34.38%
G = 39.12%
B = 26.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#DAF8A8 (or 0xDAF8A8) is known color: Reef. HEX triplet: DA, F8 and A8. RGB value is (218,248,168). Sum of RGB (Red+Green+Blue) = 218+248+168=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8A8 is #250757. Grayscale: #E6E6E6. Windows color (decimal): -2426712 or 11073754. OLE color: 11073754.

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

Color convert

RGB 218 248 168 -
CMYK 0.12 0 0.32 0.03
HSL 82.5º 0.85% 0.82% -
HSV(B) 82.5º 0.32% 0.97% -
XYZ 69.55 84.87 49.76 -
YUV 229.91 93.06 119.5 -
System Red Green Blue C M Y K H S L
Decimal 218 248 168 0.12 0 0.32 0.03 82.5 0.85 0.82
Hex DA F8 A8 C 0 20 3 52 55 52
Octal 332 370 250 14 0 40 3 122 125 122
Binary 11011010 11111000 10101000 1100 0 100000 11 1010010 1010101 1010010

Color Harmonies of #DAF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8A8

Black with #DAF8A8

Text Example


Text Example

White with #DAF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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