#DBF0C0

Color #DBF0C0 Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DBF0C0

Tints of Willow Brook #DBF0C0

Color information

#DBF0C0 (or 0xDBF0C0) is unknown color: approx Willow Brook. HEX triplet: DB, F0 and C0. RGB value is (219,240,192). Sum of RGB (Red+Green+Blue) = 219+240+192=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0C0 is #240F3F. Grayscale: #E4E4E4. Windows color (decimal): -2363200 or 12644571. OLE color: 12644571.

HSL color Cylindrical-coordinate representation of color #DBF0C0: hue angle of 86.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBF0C0 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB219240192-
CMYK0.0900.200.06
HSL86.25º61.54%84.71%-
HSV(B)86.25º20%94.12%-
XYZ69.8981.1961.86-
YUV228.25107.54121.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.64%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=33.64%
G=36.87%
B=29.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401920.0900.200.0686.2561.5484.71
HexDBF0C090146563e55
Octal33336030011024612676125
Binary110110111111000011000000100101010011010101101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0C0; }

 p { color: rgb(219,240,192); }

 H1.HeaderClassName
 {
   color: #DBF0C0;
 }
 .AnyTagClassName
 {
   color: #DBF0C0;
 }
</style>
background-color css

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

 a { background-color: rgb(219,240,192); }

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

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

 span { border-color: rgb(219,240,192); }

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