Html Css Color HEX #DDECEF Oyster Bay

📋 copy color: '#DDECEF'

red 221 ◦ green 236 ◦ blue 239

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

Shades of Oyster Bay #DDECEF

Tints of Oyster Bay #DDECEF

RGB

 RED value IS 221 (86.72% from 255) = 31.75%

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

 BLUE value IS 239 (93.75% from 255) = 34.34%

R = 31.75%
G = 33.91%
B = 34.34%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DDECEF (or 0xDDECEF) is known color: Oyster Bay. HEX triplet: DD, EC and EF. RGB value is (221,236,239). Sum of RGB (Red+Green+Blue) = 221+236+239=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEF is #221310. Grayscale: #E7E7E7. Windows color (decimal): -2233105 or 15723741. OLE color: 15723741.

HSL color Cylindrical-coordinate representation of color #DDECEF: hue angle of 190º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 236 239 -
CMYK 0.08 0.01 0 0.06
HSL 190º 0.36% 0.9% -
HSV(B) 190º 0.08% 0.94% -
XYZ 75.39 81.6 93.44 -
YUV 231.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 221 236 239 0.08 0.01 0 0.06 190 0.36 0.9
Hex DD EC EF 8 1 0 6 BE 24 5A
Octal 335 354 357 10 1 0 6 276 44 132
Binary 11011101 11101100 11101111 1000 1 0 110 10111110 100100 1011010

Color Harmonies of #DDECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECEF

Black with #DDECEF

Text Example


Text Example

White with #DDECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECEF; }

 p { color: rgb(221,236,239); }

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

background-color css

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

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

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

border-color css

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

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

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