Html Css Color HEX #DAEBEE Oyster Bay

📋 copy color: '#DAEBEE'

red 218 ◦ green 235 ◦ blue 238

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

Shades of Oyster Bay #DAEBEE

Tints of Oyster Bay #DAEBEE

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 value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAEBEE (or 0xDAEBEE) is known color: 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

RGB 218 235 238 -
CMYK 0.08 0.01 0 0.07
HSL 189º 0.37% 0.89% -
HSV(B) 189º 0.08% 0.93% -
XYZ 74.05 80.5 92.52 -
YUV 230.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 218 235 238 0.08 0.01 0 0.07 189 0.37 0.89
Hex DA EB EE 8 1 0 7 BD 25 59
Octal 332 353 356 10 1 0 7 275 45 131
Binary 11011010 11101011 11101110 1000 1 0 111 10111101 100101 1011001

Color Harmonies of #DAEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBEE

Black with #DAEBEE

Text Example


Text Example

White with #DAEBEE

Text Example


Text Example

HTML Codes & Css Web 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>