Html Css Color HEX #DAEDB0 Reef

📋 copy color: '#DAEDB0'

red 218 ◦ green 237 ◦ blue 176

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

Shades of Reef #DAEDB0

Tints of Reef #DAEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 176 (69.14% from 255) = 27.89%

R = 34.55%
G = 37.56%
B = 27.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DAEDB0 (or 0xDAEDB0) is known color: Reef. HEX triplet: DA, ED and B0. RGB value is (218,237,176). Sum of RGB (Red+Green+Blue) = 218+237+176=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDB0 is #25124F. Grayscale: #E0E0E0. Windows color (decimal): -2429520 or 11595226. OLE color: 11595226.

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

Color convert

RGB 218 237 176 -
CMYK 0.08 0 0.26 0.07
HSL 78.69º 0.63% 0.81% -
HSV(B) 78.69º 0.26% 0.93% -
XYZ 67.03 78.61 52.71 -
YUV 224.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 218 237 176 0.08 0 0.26 0.07 78.69 0.63 0.81
Hex DA ED B0 8 0 1A 7 4F 3F 51
Octal 332 355 260 10 0 32 7 117 77 121
Binary 11011010 11101101 10110000 1000 0 11010 111 1001111 111111 1010001

Color Harmonies of #DAEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDB0

Black with #DAEDB0

Text Example


Text Example

White with #DAEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDB0; }

 p { color: rgb(218,237,176); }

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

background-color css

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

 a { background-color: rgb(218,237,176); }

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

border-color css

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

 span { border-color: rgb(218,237,176); }

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