Html Css Color HEX #D5ECEE Oyster Bay

📋 copy color: '#D5ECEE'

red 213 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #D5ECEE

Tints of Oyster Bay #D5ECEE

RGB

 RED value IS 213 (83.59% from 255) = 31%

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

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

R = 31%
G = 34.35%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5ECEE (or 0xD5ECEE) is known color: Oyster Bay. HEX triplet: D5, EC and EE. RGB value is (213,236,238). Sum of RGB (Red+Green+Blue) = 213+236+238=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECEE is #2A1311. Grayscale: #E5E5E5. Windows color (decimal): -2757394 or 15658197. OLE color: 15658197.

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

Color convert

RGB 213 236 238 -
CMYK 0.11 0.01 0 0.07
HSL 184.8º 0.42% 0.88% -
HSV(B) 184.8º 0.11% 0.93% -
XYZ 72.87 80.31 92.55 -
YUV 229.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 213 236 238 0.11 0.01 0 0.07 184.8 0.42 0.88
Hex D5 EC EE B 1 0 7 B9 2A 58
Octal 325 354 356 13 1 0 7 271 52 130
Binary 11010101 11101100 11101110 1011 1 0 111 10111001 101010 1011000

Color Harmonies of #D5ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECEE

Black with #D5ECEE

Text Example


Text Example

White with #D5ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECEE; }

 p { color: rgb(213,236,238); }

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

background-color css

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

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

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

border-color css

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

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

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