Html Css Color HEX #DAEAB4 Reef

📋 copy color: '#DAEAB4'

red 218 ◦ green 234 ◦ blue 180

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

Shades of Reef #DAEAB4

Tints of Reef #DAEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.48%

R = 34.49%
G = 37.03%
B = 28.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#DAEAB4 (or 0xDAEAB4) is known color: Reef. HEX triplet: DA, EA and B4. RGB value is (218,234,180). Sum of RGB (Red+Green+Blue) = 218+234+180=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB4 is #25154B. Grayscale: #DFDFDF. Windows color (decimal): -2430284 or 11856602. OLE color: 11856602.

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

Color convert

RGB 218 234 180 -
CMYK 0.07 0 0.23 0.08
HSL 77.78º 0.56% 0.81% -
HSV(B) 77.78º 0.23% 0.92% -
XYZ 66.57 77.05 54.54 -
YUV 223.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 218 234 180 0.07 0 0.23 0.08 77.78 0.56 0.81
Hex DA EA B4 7 0 17 8 4E 38 51
Octal 332 352 264 7 0 27 10 116 70 121
Binary 11011010 11101010 10110100 111 0 10111 1000 1001110 111000 1010001

Color Harmonies of #DAEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAB4

Black with #DAEAB4

Text Example


Text Example

White with #DAEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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