Html Css Color HEX #D2EDEE Oyster Bay

📋 copy color: '#D2EDEE'

red 210 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #D2EDEE

Tints of Oyster Bay #D2EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.6%

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

R = 30.66%
G = 34.6%
B = 34.74%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2EDEE (or 0xD2EDEE) is known color: Oyster Bay. HEX triplet: D2, ED and EE. RGB value is (210,237,238). Sum of RGB (Red+Green+Blue) = 210+237+238=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDEE is #2D1211. Grayscale: #E5E5E5. Windows color (decimal): -2953746 or 15658450. OLE color: 15658450.

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

Color convert

RGB 210 237 238 -
CMYK 0.12 0.00 0 0.07
HSL 182.14º 0.45% 0.88% -
HSV(B) 182.14º 0.12% 0.93% -
XYZ 72.3 80.44 92.61 -
YUV 229.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 210 237 238 0.12 0.00 0 0.07 182.14 0.45 0.88
Hex D2 ED EE C 0 0 7 B6 2D 58
Octal 322 355 356 14 0 0 7 266 55 130
Binary 11010010 11101101 11101110 1100 0 0 111 10110110 101101 1011000

Color Harmonies of #D2EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDEE

Black with #D2EDEE

Text Example


Text Example

White with #D2EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDEE; }

 p { color: rgb(210,237,238); }

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

background-color css

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

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

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

border-color css

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

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

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