Html Css Color HEX #DAF1B2 Reef

📋 copy color: '#DAF1B2'

red 218 ◦ green 241 ◦ blue 178

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

Shades of Reef #DAF1B2

Tints of Reef #DAF1B2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.83%

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

R = 34.22%
G = 37.83%
B = 27.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#DAF1B2 (or 0xDAF1B2) is known color: Reef. HEX triplet: DA, F1 and B2. RGB value is (218,241,178). Sum of RGB (Red+Green+Blue) = 218+241+178=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 178 (69.92% from 255 or 27.94% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1B2 is #250E4D. Grayscale: #E3E3E3. Windows color (decimal): -2428494 or 11727322. OLE color: 11727322.

HSL color Cylindrical-coordinate representation of color #DAF1B2: hue angle of 81.9º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAF1B2 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 178 -
CMYK 0.10 0 0.26 0.05
HSL 81.9º 0.69% 0.82% -
HSV(B) 81.9º 0.26% 0.95% -
XYZ 68.4 81.03 54.15 -
YUV 226.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 218 241 178 0.10 0 0.26 0.05 81.9 0.69 0.82
Hex DA F1 B2 A 0 1A 5 52 45 52
Octal 332 361 262 12 0 32 5 122 105 122
Binary 11011010 11110001 10110010 1010 0 11010 101 1010010 1000101 1010010

Color Harmonies of #DAF1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1B2

Black with #DAF1B2

Text Example


Text Example

White with #DAF1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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