Html Css Color HEX #DAF8A2 Reef

📋 copy color: '#DAF8A2'

red 218 ◦ green 248 ◦ blue 162

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

Shades of Reef #DAF8A2

Tints of Reef #DAF8A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.8%

R = 34.71%
G = 39.49%
B = 25.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#DAF8A2 (or 0xDAF8A2) is known color: Reef. HEX triplet: DA, F8 and A2. RGB value is (218,248,162). Sum of RGB (Red+Green+Blue) = 218+248+162=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF8A2 is #25075D. Grayscale: #E5E5E5. Windows color (decimal): -2426718 or 10680538. OLE color: 10680538.

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

Color convert

RGB 218 248 162 -
CMYK 0.12 0 0.35 0.03
HSL 80.93º 0.86% 0.8% -
HSV(B) 80.93º 0.35% 0.97% -
XYZ 69 84.65 46.88 -
YUV 229.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 218 248 162 0.12 0 0.35 0.03 80.93 0.86 0.8
Hex DA F8 A2 C 0 23 3 51 56 50
Octal 332 370 242 14 0 43 3 121 126 120
Binary 11011010 11111000 10100010 1100 0 100011 11 1010001 1010110 1010000

Color Harmonies of #DAF8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8A2

Black with #DAF8A2

Text Example


Text Example

White with #DAF8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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