Html Css Color HEX #DAFBB3 Reef

📋 copy color: '#DAFBB3'

red 218 ◦ green 251 ◦ blue 179

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

Shades of Reef #DAFBB3

Tints of Reef #DAFBB3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

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

R = 33.64%
G = 38.73%
B = 27.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DAFBB3 (or 0xDAFBB3) is known color: Reef. HEX triplet: DA, FB and B3. RGB value is (218,251,179). Sum of RGB (Red+Green+Blue) = 218+251+179=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBB3 is #25044C. Grayscale: #E9E9E9. Windows color (decimal): -2425933 or 11795418. OLE color: 11795418.

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

Color convert

RGB 218 251 179 -
CMYK 0.13 0 0.29 0.02
HSL 87.5º 0.9% 0.84% -
HSV(B) 87.5º 0.29% 0.98% -
XYZ 71.55 87.15 55.7 -
YUV 232.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 218 251 179 0.13 0 0.29 0.02 87.5 0.9 0.84
Hex DA FB B3 D 0 1D 2 57 5A 54
Octal 332 373 263 15 0 35 2 127 132 124
Binary 11011010 11111011 10110011 1101 0 11101 10 1010111 1011010 1010100

Color Harmonies of #DAFBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBB3

Black with #DAFBB3

Text Example


Text Example

White with #DAFBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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