Html Css Color HEX #DAFBA8 Reef

📋 copy color: '#DAFBA8'

red 218 ◦ green 251 ◦ blue 168

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

Shades of Reef #DAFBA8

Tints of Reef #DAFBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

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

R = 34.22%
G = 39.4%
B = 26.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DAFBA8 (or 0xDAFBA8) is known color: Reef. HEX triplet: DA, FB and A8. RGB value is (218,251,168). Sum of RGB (Red+Green+Blue) = 218+251+168=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBA8 is #250457. Grayscale: #E7E7E7. Windows color (decimal): -2425944 or 11074522. OLE color: 11074522.

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

Color convert

RGB 218 251 168 -
CMYK 0.13 0 0.33 0.02
HSL 83.86º 0.91% 0.82% -
HSV(B) 83.86º 0.33% 0.98% -
XYZ 70.48 86.73 50.07 -
YUV 231.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 218 251 168 0.13 0 0.33 0.02 83.86 0.91 0.82
Hex DA FB A8 D 0 21 2 54 5B 52
Octal 332 373 250 15 0 41 2 124 133 122
Binary 11011010 11111011 10101000 1101 0 100001 10 1010100 1011011 1010010

Color Harmonies of #DAFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBA8

Black with #DAFBA8

Text Example


Text Example

White with #DAFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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