#DAEBEE

Color #DAEBEE Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #DAEBEE

Tints of Oyster Bay #DAEBEE

Color information

#DAEBEE (or 0xDAEBEE) is unknown color: approx Oyster Bay. HEX triplet: DA, EB and EE. RGB value is (218,235,238). Sum of RGB (Red+Green+Blue) = 218+235+238=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBEE is #251411. Grayscale: #E6E6E6. Windows color (decimal): -2429970 or 15657946. OLE color: 15657946.

HSL color Cylindrical-coordinate representation of color #DAEBEE: hue angle of 189º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEBEE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218235238-
CMYK0.080.0100.07
HSL189º37.04%89.41%-
HSV(B)189º8.4%93.33%-
XYZ74.0580.592.52-
YUV230.26132.37119.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=31.55%
G=34.01%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182352380.080.0100.0718937.0489.41
HexDAEBEE8107bd2559
Octal3323533561010727545131
Binary110110101110101111101110100010111101111011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBEE; }

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

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

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

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

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

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

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

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