Html Css Color HEX #DAFAB2 Reef

📋 copy color: '#DAFAB2'

red 218 ◦ green 250 ◦ blue 178

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

Shades of Reef #DAFAB2

Tints of Reef #DAFAB2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.7%

 BLUE value IS 178 (69.92% from 255) = 27.55%

R = 33.75%
G = 38.7%
B = 27.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DAFAB2 (or 0xDAFAB2) is known color: Reef. HEX triplet: DA, FA and B2. RGB value is (218,250,178). Sum of RGB (Red+Green+Blue) = 218+250+178=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAB2 is #25054D. Grayscale: #E8E8E8. Windows color (decimal): -2426190 or 11729626. OLE color: 11729626.

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

Color convert

RGB 218 250 178 -
CMYK 0.13 0 0.29 0.02
HSL 86.67º 0.88% 0.84% -
HSV(B) 86.67º 0.29% 0.98% -
XYZ 71.13 86.49 55.06 -
YUV 232.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 218 250 178 0.13 0 0.29 0.02 86.67 0.88 0.84
Hex DA FA B2 D 0 1D 2 57 58 54
Octal 332 372 262 15 0 35 2 127 130 124
Binary 11011010 11111010 10110010 1101 0 11101 10 1010111 1011000 1010100

Color Harmonies of #DAFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAB2

Black with #DAFAB2

Text Example


Text Example

White with #DAFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAB2; }

 p { color: rgb(218,250,178); }

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

background-color css

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

 a { background-color: rgb(218,250,178); }

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

border-color css

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

 span { border-color: rgb(218,250,178); }

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