Html Css Color HEX #DAFDB2 Reef

📋 copy color: '#DAFDB2'

red 218 ◦ green 253 ◦ blue 178

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

Shades of Reef #DAFDB2

Tints of Reef #DAFDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.43%

R = 33.59%
G = 38.98%
B = 27.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#DAFDB2 (or 0xDAFDB2) is known color: Reef. HEX triplet: DA, FD and B2. RGB value is (218,253,178). Sum of RGB (Red+Green+Blue) = 218+253+178=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDB2 is #25024D. Grayscale: #EAEAEA. Windows color (decimal): -2425422 or 11730394. OLE color: 11730394.

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

Color convert

RGB 218 253 178 -
CMYK 0.14 0 0.30 0.01
HSL 88º 0.95% 0.85% -
HSV(B) 88º 0.3% 0.99% -
XYZ 72.07 88.37 55.38 -
YUV 233.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 218 253 178 0.14 0 0.30 0.01 88 0.95 0.85
Hex DA FD B2 E 0 1E 1 58 5F 55
Octal 332 375 262 16 0 36 1 130 137 125
Binary 11011010 11111101 10110010 1110 0 11110 1 1011000 1011111 1010101

Color Harmonies of #DAFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDB2

Black with #DAFDB2

Text Example


Text Example

White with #DAFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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