Html Css Color HEX #DAEEEE Oyster Bay

📋 copy color: '#DAEEEE'

red 218 ◦ green 238 ◦ blue 238

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

Shades of Oyster Bay #DAEEEE

Tints of Oyster Bay #DAEEEE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.29%

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

R = 31.41%
G = 34.29%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAEEEE (or 0xDAEEEE) is known color: Oyster Bay. HEX triplet: DA, EE and EE. RGB value is (218,238,238). Sum of RGB (Red+Green+Blue) = 218+238+238=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DAEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEE is #251111. Grayscale: #E8E8E8. Windows color (decimal): -2429202 or 15658714. OLE color: 15658714.

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

Color convert

RGB 218 238 238 -
CMYK 0.08 0 0 0.07
HSL 180º 0.37% 0.89% -
HSV(B) 180º 0.08% 0.93% -
XYZ 74.92 82.23 92.81 -
YUV 232.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 218 238 238 0.08 0 0 0.07 180 0.37 0.89
Hex DA EE EE 8 0 0 7 B4 25 59
Octal 332 356 356 10 0 0 7 264 45 131
Binary 11011010 11101110 11101110 1000 0 0 111 10110100 100101 1011001

Color Harmonies of #DAEEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEEE

Black with #DAEEEE

Text Example


Text Example

White with #DAEEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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