Html Css Color HEX #DAECEE Oyster Bay

📋 copy color: '#DAECEE'

red 218 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #DAECEE

Tints of Oyster Bay #DAECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.1%

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 31.5%
G = 34.1%
B = 34.39%

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

#DAECEE (or 0xDAECEE) is known color: Oyster Bay. HEX triplet: DA, EC and EE. RGB value is (218,236,238). Sum of RGB (Red+Green+Blue) = 218+236+238=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECEE is #251311. Grayscale: #E6E6E6. Windows color (decimal): -2429714 or 15658202. OLE color: 15658202.

HSL color Cylindrical-coordinate representation of color #DAECEE: hue angle of 186º 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 #DAECEE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 238 -
CMYK 0.08 0.01 0 0.07
HSL 186º 0.37% 0.89% -
HSV(B) 186º 0.08% 0.93% -
XYZ 74.34 81.07 92.62 -
YUV 230.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 218 236 238 0.08 0.01 0 0.07 186 0.37 0.89
Hex DA EC EE 8 1 0 7 BA 25 59
Octal 332 354 356 10 1 0 7 272 45 131
Binary 11011010 11101100 11101110 1000 1 0 111 10111010 100101 1011001

Color Harmonies of #DAECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECEE

Black with #DAECEE

Text Example


Text Example

White with #DAECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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