Html Css Color HEX #D6EAEE Oyster Bay

📋 copy color: '#D6EAEE'

red 214 ◦ green 234 ◦ blue 238

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

Shades of Oyster Bay #D6EAEE

Tints of Oyster Bay #D6EAEE

RGB

 RED value IS 214 (83.98% from 255) = 31.2%

 GREEN value IS 234 (91.8% from 255) = 34.11%

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

R = 31.2%
G = 34.11%
B = 34.69%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6EAEE (or 0xD6EAEE) is known color: Oyster Bay. HEX triplet: D6, EA and EE. RGB value is (214,234,238). Sum of RGB (Red+Green+Blue) = 214+234+238=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAEE is #291511. Grayscale: #E4E4E4. Windows color (decimal): -2692370 or 15657686. OLE color: 15657686.

HSL color Cylindrical-coordinate representation of color #D6EAEE: hue angle of 190º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EAEE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 234 238 -
CMYK 0.10 0.02 0 0.07
HSL 190º 0.41% 0.89% -
HSV(B) 190º 0.1% 0.93% -
XYZ 72.59 79.31 92.37 -
YUV 228.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 214 234 238 0.10 0.02 0 0.07 190 0.41 0.89
Hex D6 EA EE A 2 0 7 BE 29 59
Octal 326 352 356 12 2 0 7 276 51 131
Binary 11010110 11101010 11101110 1010 10 0 111 10111110 101001 1011001

Color Harmonies of #D6EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EAEE

Black with #D6EAEE

Text Example


Text Example

White with #D6EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EAEE; }

 p { color: rgb(214,234,238); }

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

background-color css

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

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

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

border-color css

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

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

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