Html Css Color HEX #DAEBAB Reef

📋 copy color: '#DAEBAB'

red 218 ◦ green 235 ◦ blue 171

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

Shades of Reef #DAEBAB

Tints of Reef #DAEBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.66%

 BLUE value IS 171 (67.19% from 255) = 27.4%

R = 34.94%
G = 37.66%
B = 27.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#DAEBAB (or 0xDAEBAB) is known color: Reef. HEX triplet: DA, EB and AB. RGB value is (218,235,171). Sum of RGB (Red+Green+Blue) = 218+235+171=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAB is #251454. Grayscale: #DEDEDE. Windows color (decimal): -2430037 or 11267034. OLE color: 11267034.

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

Color convert

RGB 218 235 171 -
CMYK 0.07 0 0.27 0.08
HSL 75.94º 0.62% 0.8% -
HSV(B) 75.94º 0.27% 0.92% -
XYZ 65.97 77.26 49.96 -
YUV 222.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 218 235 171 0.07 0 0.27 0.08 75.94 0.62 0.8
Hex DA EB AB 7 0 1B 8 4C 3E 50
Octal 332 353 253 7 0 33 10 114 76 120
Binary 11011010 11101011 10101011 111 0 11011 1000 1001100 111110 1010000

Color Harmonies of #DAEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBAB

Black with #DAEBAB

Text Example


Text Example

White with #DAEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBAB; }

 p { color: rgb(218,235,171); }

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

background-color css

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

 a { background-color: rgb(218,235,171); }

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

border-color css

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

 span { border-color: rgb(218,235,171); }

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