Html Css Color HEX #DAEDA8 Reef

📋 copy color: '#DAEDA8'

red 218 ◦ green 237 ◦ blue 168

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

Shades of Reef #DAEDA8

Tints of Reef #DAEDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.97%

R = 34.99%
G = 38.04%
B = 26.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#DAEDA8 (or 0xDAEDA8) is known color: Reef. HEX triplet: DA, ED and A8. RGB value is (218,237,168). Sum of RGB (Red+Green+Blue) = 218+237+168=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDA8 is #251257. Grayscale: #DFDFDF. Windows color (decimal): -2429528 or 11070938. OLE color: 11070938.

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

Color convert

RGB 218 237 168 -
CMYK 0.08 0 0.29 0.07
HSL 76.52º 0.66% 0.79% -
HSV(B) 76.52º 0.29% 0.93% -
XYZ 66.27 78.3 48.67 -
YUV 223.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 218 237 168 0.08 0 0.29 0.07 76.52 0.66 0.79
Hex DA ED A8 8 0 1D 7 4D 42 4F
Octal 332 355 250 10 0 35 7 115 102 117
Binary 11011010 11101101 10101000 1000 0 11101 111 1001101 1000010 1001111

Color Harmonies of #DAEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDA8

Black with #DAEDA8

Text Example


Text Example

White with #DAEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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