Html Css Color HEX #DAEBB0 Reef

📋 copy color: '#DAEBB0'

red 218 ◦ green 235 ◦ blue 176

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

Shades of Reef #DAEBB0

Tints of Reef #DAEBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.98%

R = 34.66%
G = 37.36%
B = 27.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#DAEBB0 (or 0xDAEBB0) is known color: Reef. HEX triplet: DA, EB and B0. RGB value is (218,235,176). Sum of RGB (Red+Green+Blue) = 218+235+176=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBB0 is #25144F. Grayscale: #DFDFDF. Windows color (decimal): -2430032 or 11594714. OLE color: 11594714.

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

Color convert

RGB 218 235 176 -
CMYK 0.07 0 0.25 0.08
HSL 77.29º 0.6% 0.81% -
HSV(B) 77.29º 0.25% 0.92% -
XYZ 66.46 77.46 52.52 -
YUV 223.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 218 235 176 0.07 0 0.25 0.08 77.29 0.6 0.81
Hex DA EB B0 7 0 19 8 4D 3C 51
Octal 332 353 260 7 0 31 10 115 74 121
Binary 11011010 11101011 10110000 111 0 11001 1000 1001101 111100 1010001

Color Harmonies of #DAEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBB0

Black with #DAEBB0

Text Example


Text Example

White with #DAEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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