Html Css Color HEX #DAFAAB Reef

📋 copy color: '#DAFAAB'

red 218 ◦ green 250 ◦ blue 171

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

Shades of Reef #DAFAAB

Tints of Reef #DAFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.12%

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

R = 34.12%
G = 39.12%
B = 26.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DAFAAB (or 0xDAFAAB) is known color: Reef. HEX triplet: DA, FA and AB. RGB value is (218,250,171). Sum of RGB (Red+Green+Blue) = 218+250+171=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAAB is #250554. Grayscale: #E7E7E7. Windows color (decimal): -2426197 or 11270874. OLE color: 11270874.

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

Color convert

RGB 218 250 171 -
CMYK 0.13 0 0.32 0.02
HSL 84.3º 0.89% 0.83% -
HSV(B) 84.3º 0.32% 0.98% -
XYZ 70.45 86.22 51.46 -
YUV 231.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 218 250 171 0.13 0 0.32 0.02 84.3 0.89 0.83
Hex DA FA AB D 0 20 2 54 59 53
Octal 332 372 253 15 0 40 2 124 131 123
Binary 11011010 11111010 10101011 1101 0 100000 10 1010100 1011001 1010011

Color Harmonies of #DAFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFAAB

Black with #DAFAAB

Text Example


Text Example

White with #DAFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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