Html Css Color HEX #DAFDB1 Reef

📋 copy color: '#DAFDB1'

red 218 ◦ green 253 ◦ blue 177

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

Shades of Reef #DAFDB1

Tints of Reef #DAFDB1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

 BLUE value IS 177 (69.53% from 255) = 27.31%

R = 33.64%
G = 39.04%
B = 27.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DAFDB1 (or 0xDAFDB1) is known color: Reef. HEX triplet: DA, FD and B1. RGB value is (218,253,177). Sum of RGB (Red+Green+Blue) = 218+253+177=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDB1 is #25024E. Grayscale: #EAEAEA. Windows color (decimal): -2425423 or 11664858. OLE color: 11664858.

HSL color Cylindrical-coordinate representation of color #DAFDB1: hue angle of 87.63º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAFDB1 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 177 -
CMYK 0.14 0 0.30 0.01
HSL 87.63º 0.95% 0.84% -
HSV(B) 87.63º 0.3% 0.99% -
XYZ 71.97 88.33 54.85 -
YUV 233.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 218 253 177 0.14 0 0.30 0.01 87.63 0.95 0.84
Hex DA FD B1 E 0 1E 1 58 5F 54
Octal 332 375 261 16 0 36 1 130 137 124
Binary 11011010 11111101 10110001 1110 0 11110 1 1011000 1011111 1010100

Color Harmonies of #DAFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDB1

Black with #DAFDB1

Text Example


Text Example

White with #DAFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDB1; }

 p { color: rgb(218,253,177); }

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

background-color css

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

 a { background-color: rgb(218,253,177); }

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

border-color css

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

 span { border-color: rgb(218,253,177); }

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