Html Css Color HEX #DAEEB5 Reef

📋 copy color: '#DAEEB5'

red 218 ◦ green 238 ◦ blue 181

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

Shades of Reef #DAEEB5

Tints of Reef #DAEEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.41%

R = 34.22%
G = 37.36%
B = 28.41%

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

#DAEEB5 (or 0xDAEEB5) is known color: Reef. HEX triplet: DA, EE and B5. RGB value is (218,238,181). Sum of RGB (Red+Green+Blue) = 218+238+181=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEB5 is #25114A. Grayscale: #E1E1E1. Windows color (decimal): -2429259 or 11923162. OLE color: 11923162.

HSL color Cylindrical-coordinate representation of color #DAEEB5: hue angle of 81.05º degrees, saturation: 0.63, 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 #DAEEB5 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 181 -
CMYK 0.08 0 0.24 0.07
HSL 81.05º 0.63% 0.82% -
HSV(B) 81.05º 0.24% 0.93% -
XYZ 67.83 79.39 55.47 -
YUV 225.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 218 238 181 0.08 0 0.24 0.07 81.05 0.63 0.82
Hex DA EE B5 8 0 18 7 51 3F 52
Octal 332 356 265 10 0 30 7 121 77 122
Binary 11011010 11101110 10110101 1000 0 11000 111 1010001 111111 1010010

Color Harmonies of #DAEEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEB5

Black with #DAEEB5

Text Example


Text Example

White with #DAEEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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