Html Css Color HEX #DAFAB0 Reef

📋 copy color: '#DAFAB0'

red 218 ◦ green 250 ◦ blue 176

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

Shades of Reef #DAFAB0

Tints of Reef #DAFAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.33%

R = 33.85%
G = 38.82%
B = 27.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DAFAB0 (or 0xDAFAB0) is known color: Reef. HEX triplet: DA, FA and B0. RGB value is (218,250,176). Sum of RGB (Red+Green+Blue) = 218+250+176=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAB0 is #25054F. Grayscale: #E8E8E8. Windows color (decimal): -2426192 or 11598554. OLE color: 11598554.

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

Color convert

RGB 218 250 176 -
CMYK 0.13 0 0.30 0.02
HSL 85.95º 0.88% 0.84% -
HSV(B) 85.95º 0.3% 0.98% -
XYZ 70.94 86.41 54.01 -
YUV 232 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 218 250 176 0.13 0 0.30 0.02 85.95 0.88 0.84
Hex DA FA B0 D 0 1E 2 56 58 54
Octal 332 372 260 15 0 36 2 126 130 124
Binary 11011010 11111010 10110000 1101 0 11110 10 1010110 1011000 1010100

Color Harmonies of #DAFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAB0

Black with #DAFAB0

Text Example


Text Example

White with #DAFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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