Html Css Color HEX #DAFDB0 Reef

📋 copy color: '#DAFDB0'

red 218 ◦ green 253 ◦ blue 176

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

Shades of Reef #DAFDB0

Tints of Reef #DAFDB0

RGB

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

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

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

R = 33.69%
G = 39.1%
B = 27.2%

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

#DAFDB0 (or 0xDAFDB0) is known color: Reef. HEX triplet: DA, FD and B0. RGB value is (218,253,176). Sum of RGB (Red+Green+Blue) = 218+253+176=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDB0 is #25024F. Grayscale: #EAEAEA. Windows color (decimal): -2425424 or 11599322. OLE color: 11599322.

HSL color Cylindrical-coordinate representation of color #DAFDB0: hue angle of 87.27º 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 #DAFDB0 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 176 -
CMYK 0.14 0 0.30 0.01
HSL 87.27º 0.95% 0.84% -
HSV(B) 87.27º 0.3% 0.99% -
XYZ 71.88 88.29 54.33 -
YUV 233.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 218 253 176 0.14 0 0.30 0.01 87.27 0.95 0.84
Hex DA FD B0 E 0 1E 1 57 5F 54
Octal 332 375 260 16 0 36 1 127 137 124
Binary 11011010 11111101 10110000 1110 0 11110 1 1010111 1011111 1010100

Color Harmonies of #DAFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDB0

Black with #DAFDB0

Text Example


Text Example

White with #DAFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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