Html Css Color HEX #DAEBAE Reef

📋 copy color: '#DAEBAE'

red 218 ◦ green 235 ◦ blue 174

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

Shades of Reef #DAEBAE

Tints of Reef #DAEBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.75%

R = 34.77%
G = 37.48%
B = 27.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#DAEBAE (or 0xDAEBAE) is known color: Reef. HEX triplet: DA, EB and AE. RGB value is (218,235,174). Sum of RGB (Red+Green+Blue) = 218+235+174=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAE is #251451. Grayscale: #DFDFDF. Windows color (decimal): -2430034 or 11463642. OLE color: 11463642.

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

Color convert

RGB 218 235 174 -
CMYK 0.07 0 0.26 0.08
HSL 76.72º 0.6% 0.8% -
HSV(B) 76.72º 0.26% 0.92% -
XYZ 66.26 77.38 51.49 -
YUV 222.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 218 235 174 0.07 0 0.26 0.08 76.72 0.6 0.8
Hex DA EB AE 7 0 1A 8 4D 3C 50
Octal 332 353 256 7 0 32 10 115 74 120
Binary 11011010 11101011 10101110 111 0 11010 1000 1001101 111100 1010000

Color Harmonies of #DAEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBAE

Black with #DAEBAE

Text Example


Text Example

White with #DAEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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