Html Css Color HEX #DCEDEE Oyster Bay

📋 copy color: '#DCEDEE'

red 220 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #DCEDEE

Tints of Oyster Bay #DCEDEE

RGB

 RED value IS 220 (86.33% from 255) = 31.65%

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

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

R = 31.65%
G = 34.1%
B = 34.24%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCEDEE (or 0xDCEDEE) is known color: Oyster Bay. HEX triplet: DC, ED and EE. RGB value is (220,237,238). Sum of RGB (Red+Green+Blue) = 220+237+238=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEE is #231211. Grayscale: #E8E8E8. Windows color (decimal): -2298386 or 15658460. OLE color: 15658460.

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

Color convert

RGB 220 237 238 -
CMYK 0.08 0.00 0 0.07
HSL 183.33º 0.35% 0.9% -
HSV(B) 183.33º 0.08% 0.93% -
XYZ 75.23 81.96 92.74 -
YUV 232.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 220 237 238 0.08 0.00 0 0.07 183.33 0.35 0.9
Hex DC ED EE 8 0 0 7 B7 23 5A
Octal 334 355 356 10 0 0 7 267 43 132
Binary 11011100 11101101 11101110 1000 0 0 111 10110111 100011 1011010

Color Harmonies of #DCEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDEE

Black with #DCEDEE

Text Example


Text Example

White with #DCEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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