Html Css Color HEX #DAF4B1 Reef

📋 copy color: '#DAF4B1'

red 218 ◦ green 244 ◦ blue 177

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

Shades of Reef #DAF4B1

Tints of Reef #DAF4B1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.18%

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

R = 34.12%
G = 38.18%
B = 27.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#DAF4B1 (or 0xDAF4B1) is known color: Reef. HEX triplet: DA, F4 and B1. RGB value is (218,244,177). Sum of RGB (Red+Green+Blue) = 218+244+177=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF4B1 is #250B4E. Grayscale: #E4E4E4. Windows color (decimal): -2427727 or 11662554. OLE color: 11662554.

HSL color Cylindrical-coordinate representation of color #DAF4B1: hue angle of 83.28º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF4B1 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 177 -
CMYK 0.11 0 0.27 0.04
HSL 83.28º 0.75% 0.83% -
HSV(B) 83.28º 0.27% 0.96% -
XYZ 69.2 82.78 53.93 -
YUV 228.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 218 244 177 0.11 0 0.27 0.04 83.28 0.75 0.83
Hex DA F4 B1 B 0 1B 4 53 4B 53
Octal 332 364 261 13 0 33 4 123 113 123
Binary 11011010 11110100 10110001 1011 0 11011 100 1010011 1001011 1010011

Color Harmonies of #DAF4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF4B1

Black with #DAF4B1

Text Example


Text Example

White with #DAF4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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