Html Css Color HEX #D6ECEC Oyster Bay

📋 copy color: '#D6ECEC'

red 214 ◦ green 236 ◦ blue 236

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

Shades of Oyster Bay #D6ECEC

Tints of Oyster Bay #D6ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.4%

R = 31.2%
G = 34.4%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ECEC (or 0xD6ECEC) is known color: Oyster Bay. HEX triplet: D6, EC and EC. RGB value is (214,236,236). Sum of RGB (Red+Green+Blue) = 214+236+236=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #D6ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEC is #291313. Grayscale: #E5E5E5. Windows color (decimal): -2691860 or 15527126. OLE color: 15527126.

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

Color convert

RGB 214 236 236 -
CMYK 0.09 0 0 0.07
HSL 180º 0.37% 0.88% -
HSV(B) 180º 0.09% 0.93% -
XYZ 72.87 80.34 91.02 -
YUV 229.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 214 236 236 0.09 0 0 0.07 180 0.37 0.88
Hex D6 EC EC 9 0 0 7 B4 25 58
Octal 326 354 354 11 0 0 7 264 45 130
Binary 11010110 11101100 11101100 1001 0 0 111 10110100 100101 1011000

Color Harmonies of #D6ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECEC

Black with #D6ECEC

Text Example


Text Example

White with #D6ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECEC; }

 p { color: rgb(214,236,236); }

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

background-color css

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

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

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

border-color css

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

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

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