Html Css Color HEX #DAF4B2 Reef

📋 copy color: '#DAF4B2'

red 218 ◦ green 244 ◦ blue 178

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

Shades of Reef #DAF4B2

Tints of Reef #DAF4B2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.13%

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

R = 34.06%
G = 38.13%
B = 27.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#DAF4B2 (or 0xDAF4B2) is known color: Reef. HEX triplet: DA, F4 and B2. RGB value is (218,244,178). Sum of RGB (Red+Green+Blue) = 218+244+178=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF4B2 is #250B4D. Grayscale: #E4E4E4. Windows color (decimal): -2427726 or 11728090. OLE color: 11728090.

HSL color Cylindrical-coordinate representation of color #DAF4B2: hue angle of 83.64º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF4B2 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 178 -
CMYK 0.11 0 0.27 0.04
HSL 83.64º 0.75% 0.83% -
HSV(B) 83.64º 0.27% 0.96% -
XYZ 69.3 82.82 54.45 -
YUV 228.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 218 244 178 0.11 0 0.27 0.04 83.64 0.75 0.83
Hex DA F4 B2 B 0 1B 4 54 4B 53
Octal 332 364 262 13 0 33 4 124 113 123
Binary 11011010 11110100 10110010 1011 0 11011 100 1010100 1001011 1010011

Color Harmonies of #DAF4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF4B2

Black with #DAF4B2

Text Example


Text Example

White with #DAF4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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