Html Css Color HEX #DAF9B3 Reef

📋 copy color: '#DAF9B3'

red 218 ◦ green 249 ◦ blue 179

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

Shades of Reef #DAF9B3

Tints of Reef #DAF9B3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.54%

 BLUE value IS 179 (70.31% from 255) = 27.71%

R = 33.75%
G = 38.54%
B = 27.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#DAF9B3 (or 0xDAF9B3) is known color: Reef. HEX triplet: DA, F9 and B3. RGB value is (218,249,179). Sum of RGB (Red+Green+Blue) = 218+249+179=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 179 (70.31% from 255 or 27.71% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9B3 is #25064C. Grayscale: #E8E8E8. Windows color (decimal): -2426445 or 11794906. OLE color: 11794906.

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

Color convert

RGB 218 249 179 -
CMYK 0.12 0 0.28 0.02
HSL 86.57º 0.85% 0.84% -
HSV(B) 86.57º 0.28% 0.98% -
XYZ 70.93 85.91 55.49 -
YUV 231.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 218 249 179 0.12 0 0.28 0.02 86.57 0.85 0.84
Hex DA F9 B3 C 0 1C 2 57 55 54
Octal 332 371 263 14 0 34 2 127 125 124
Binary 11011010 11111001 10110011 1100 0 11100 10 1010111 1010101 1010100

Color Harmonies of #DAF9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9B3

Black with #DAF9B3

Text Example


Text Example

White with #DAF9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9B3; }

 p { color: rgb(218,249,179); }

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

background-color css

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

 a { background-color: rgb(218,249,179); }

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

border-color css

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

 span { border-color: rgb(218,249,179); }

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