Html Css Color HEX #DAEDB7 Reef

📋 copy color: '#DAEDB7'

red 218 ◦ green 237 ◦ blue 183

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

Shades of Reef #DAEDB7

Tints of Reef #DAEDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.68%

R = 34.17%
G = 37.15%
B = 28.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#DAEDB7 (or 0xDAEDB7) is known color: Reef. HEX triplet: DA, ED and B7. RGB value is (218,237,183). Sum of RGB (Red+Green+Blue) = 218+237+183=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB7 is #251248. Grayscale: #E1E1E1. Windows color (decimal): -2429513 or 12053978. OLE color: 12053978.

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

Color convert

RGB 218 237 183 -
CMYK 0.08 0 0.23 0.07
HSL 81.11º 0.6% 0.82% -
HSV(B) 81.11º 0.23% 0.93% -
XYZ 67.74 78.89 56.46 -
YUV 225.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 218 237 183 0.08 0 0.23 0.07 81.11 0.6 0.82
Hex DA ED B7 8 0 17 7 51 3C 52
Octal 332 355 267 10 0 27 7 121 74 122
Binary 11011010 11101101 10110111 1000 0 10111 111 1010001 111100 1010010

Color Harmonies of #DAEDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDB7

Black with #DAEDB7

Text Example


Text Example

White with #DAEDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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