#DDEFF1

Color #DDEFF1 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #DDEFF1

Tints of Oyster Bay #DDEFF1

Color information

#DDEFF1 (or 0xDDEFF1) is unknown color: approx Oyster Bay. HEX triplet: DD, EF and F1. RGB value is (221,239,241). Sum of RGB (Red+Green+Blue) = 221+239+241=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF1 is #22100E. Grayscale: #E9E9E9. Windows color (decimal): -2232335 or 15855581. OLE color: 15855581.

HSL color Cylindrical-coordinate representation of color #DDEFF1: hue angle of 186º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFF1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221239241-
CMYK0.080.0100.05
HSL186º41.67%90.59%-
HSV(B)186º8.3%94.51%-
XYZ76.5683.4695.29-
YUV233.85132.04118.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 241 (94.53% from 255) = 34.38%
R=31.53%
G=34.09%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212392410.080.0100.0518641.6790.59
HexDDEFF18105ba2a5b
Octal3353573611010527252133
Binary110111011110111111110001100010101101110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF1; }

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

 H1.HeaderClassName
 {
   color: #DDEFF1;
 }
 .AnyTagClassName
 {
   color: #DDEFF1;
 }
</style>
background-color css

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

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

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

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

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

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