Html Css Color HEX #DAEBBA Willow Brook

📋 copy color: '#DAEBBA'

red 218 ◦ green 235 ◦ blue 186

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

Shades of Willow Brook #DAEBBA

Tints of Willow Brook #DAEBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.11%

R = 34.12%
G = 36.78%
B = 29.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#DAEBBA (or 0xDAEBBA) is known color: Willow Brook. HEX triplet: DA, EB and BA. RGB value is (218,235,186). Sum of RGB (Red+Green+Blue) = 218+235+186=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBBA is #251445. Grayscale: #E0E0E0. Windows color (decimal): -2430022 or 12250074. OLE color: 12250074.

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

Color convert

RGB 218 235 186 -
CMYK 0.07 0 0.21 0.08
HSL 80.82º 0.55% 0.83% -
HSV(B) 80.82º 0.21% 0.92% -
XYZ 67.48 77.87 57.93 -
YUV 224.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 218 235 186 0.07 0 0.21 0.08 80.82 0.55 0.83
Hex DA EB BA 7 0 15 8 51 37 53
Octal 332 353 272 7 0 25 10 121 67 123
Binary 11011010 11101011 10111010 111 0 10101 1000 1010001 110111 1010011

Color Harmonies of #DAEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBBA

Black with #DAEBBA

Text Example


Text Example

White with #DAEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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