Html Css Color HEX #D2E9EB Oyster Bay

📋 copy color: '#D2E9EB'

red 210 ◦ green 233 ◦ blue 235

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

Shades of Oyster Bay #D2E9EB

Tints of Oyster Bay #D2E9EB

RGB

 RED value IS 210 (82.42% from 255) = 30.97%

 GREEN value IS 233 (91.41% from 255) = 34.37%

 BLUE value IS 235 (92.19% from 255) = 34.66%

R = 30.97%
G = 34.37%
B = 34.66%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D2E9EB (or 0xD2E9EB) is known color: Oyster Bay. HEX triplet: D2, E9 and EB. RGB value is (210,233,235). Sum of RGB (Red+Green+Blue) = 210+233+235=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2E9EB is #2D1614. Grayscale: #E2E2E2. Windows color (decimal): -2954773 or 15460818. OLE color: 15460818.

HSL color Cylindrical-coordinate representation of color #D2E9EB: hue angle of 184.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E9EB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 233 235 -
CMYK 0.11 0.01 0 0.08
HSL 184.8º 0.38% 0.87% -
HSV(B) 184.8º 0.11% 0.92% -
XYZ 70.71 77.98 89.92 -
YUV 226.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 210 233 235 0.11 0.01 0 0.08 184.8 0.38 0.87
Hex D2 E9 EB B 1 0 8 B9 26 57
Octal 322 351 353 13 1 0 10 271 46 127
Binary 11010010 11101001 11101011 1011 1 0 1000 10111001 100110 1010111

Color Harmonies of #D2E9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E9EB

Black with #D2E9EB

Text Example


Text Example

White with #D2E9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E9EB; }

 p { color: rgb(210,233,235); }

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

background-color css

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

 a { background-color: rgb(210,233,235); }

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

border-color css

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

 span { border-color: rgb(210,233,235); }

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