Html Css Color HEX #DAEAB2 Reef

📋 copy color: '#DAEAB2'

red 218 ◦ green 234 ◦ blue 178

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

Shades of Reef #DAEAB2

Tints of Reef #DAEAB2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 34.6%
G = 37.14%
B = 28.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#DAEAB2 (or 0xDAEAB2) is known color: Reef. HEX triplet: DA, EA and B2. RGB value is (218,234,178). Sum of RGB (Red+Green+Blue) = 218+234+178=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAB2 is #25154D. Grayscale: #DFDFDF. Windows color (decimal): -2430286 or 11725530. OLE color: 11725530.

HSL color Cylindrical-coordinate representation of color #DAEAB2: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAEAB2 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 178 -
CMYK 0.07 0 0.24 0.08
HSL 77.14º 0.57% 0.81% -
HSV(B) 77.14º 0.24% 0.92% -
XYZ 66.37 76.97 53.48 -
YUV 222.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 218 234 178 0.07 0 0.24 0.08 77.14 0.57 0.81
Hex DA EA B2 7 0 18 8 4D 39 51
Octal 332 352 262 7 0 30 10 115 71 121
Binary 11011010 11101010 10110010 111 0 11000 1000 1001101 111001 1010001

Color Harmonies of #DAEAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAB2

Black with #DAEAB2

Text Example


Text Example

White with #DAEAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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