Html Css Color HEX #DAFDAB Reef

📋 copy color: '#DAFDAB'

red 218 ◦ green 253 ◦ blue 171

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

Shades of Reef #DAFDAB

Tints of Reef #DAFDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.64%

R = 33.96%
G = 39.41%
B = 26.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#DAFDAB (or 0xDAFDAB) is known color: Reef. HEX triplet: DA, FD and AB. RGB value is (218,253,171). Sum of RGB (Red+Green+Blue) = 218+253+171=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAB is #250254. Grayscale: #E9E9E9. Windows color (decimal): -2425429 or 11271642. OLE color: 11271642.

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

Color convert

RGB 218 253 171 -
CMYK 0.14 0 0.32 0.01
HSL 85.61º 0.95% 0.83% -
HSV(B) 85.61º 0.32% 0.99% -
XYZ 71.39 88.1 51.77 -
YUV 233.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 218 253 171 0.14 0 0.32 0.01 85.61 0.95 0.83
Hex DA FD AB E 0 20 1 56 5F 53
Octal 332 375 253 16 0 40 1 126 137 123
Binary 11011010 11111101 10101011 1110 0 100000 1 1010110 1011111 1010011

Color Harmonies of #DAFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDAB

Black with #DAFDAB

Text Example


Text Example

White with #DAFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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