Html Css Color HEX #DAFDAC Reef

📋 copy color: '#DAFDAC'

red 218 ◦ green 253 ◦ blue 172

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

Shades of Reef #DAFDAC

Tints of Reef #DAFDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.75%

R = 33.9%
G = 39.35%
B = 26.75%

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

#DAFDAC (or 0xDAFDAC) is known color: Reef. HEX triplet: DA, FD and AC. RGB value is (218,253,172). Sum of RGB (Red+Green+Blue) = 218+253+172=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAC is #250253. Grayscale: #E9E9E9. Windows color (decimal): -2425428 or 11337178. OLE color: 11337178.

HSL color Cylindrical-coordinate representation of color #DAFDAC: hue angle of 85.93º 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 #DAFDAC is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 172 -
CMYK 0.14 0 0.32 0.01
HSL 85.93º 0.95% 0.83% -
HSV(B) 85.93º 0.32% 0.99% -
XYZ 71.49 88.13 52.27 -
YUV 233.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 218 253 172 0.14 0 0.32 0.01 85.93 0.95 0.83
Hex DA FD AC E 0 20 1 56 5F 53
Octal 332 375 254 16 0 40 1 126 137 123
Binary 11011010 11111101 10101100 1110 0 100000 1 1010110 1011111 1010011

Color Harmonies of #DAFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDAC

Black with #DAFDAC

Text Example


Text Example

White with #DAFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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