Html Css Color HEX #DAEEB6 Reef

📋 copy color: '#DAEEB6'

red 218 ◦ green 238 ◦ blue 182

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

Shades of Reef #DAEEB6

Tints of Reef #DAEEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 182 (71.48% from 255) = 28.53%

R = 34.17%
G = 37.3%
B = 28.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#DAEEB6 (or 0xDAEEB6) is known color: Reef. HEX triplet: DA, EE and B6. RGB value is (218,238,182). Sum of RGB (Red+Green+Blue) = 218+238+182=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEB6 is #251149. Grayscale: #E1E1E1. Windows color (decimal): -2429258 or 11988698. OLE color: 11988698.

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

Color convert

RGB 218 238 182 -
CMYK 0.08 0 0.24 0.07
HSL 81.43º 0.62% 0.82% -
HSV(B) 81.43º 0.24% 0.93% -
XYZ 67.93 79.43 56.01 -
YUV 225.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 218 238 182 0.08 0 0.24 0.07 81.43 0.62 0.82
Hex DA EE B6 8 0 18 7 51 3E 52
Octal 332 356 266 10 0 30 7 121 76 122
Binary 11011010 11101110 10110110 1000 0 11000 111 1010001 111110 1010010

Color Harmonies of #DAEEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEB6

Black with #DAEEB6

Text Example


Text Example

White with #DAEEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEB6; }

 p { color: rgb(218,238,182); }

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

background-color css

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

 a { background-color: rgb(218,238,182); }

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

border-color css

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

 span { border-color: rgb(218,238,182); }

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