#DEF1F1

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

Shades of Oyster Bay #DEF1F1

Tints of Oyster Bay #DEF1F1

Color information

#DEF1F1 (or 0xDEF1F1) is unknown color: approx Oyster Bay. HEX triplet: DE, F1 and F1. RGB value is (222,241,241). Sum of RGB (Red+Green+Blue) = 222+241+241=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #DEF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1F1 is #210E0E. Grayscale: #EBEBEB. Windows color (decimal): -2166287 or 15856094. OLE color: 15856094.

HSL color Cylindrical-coordinate representation of color #DEF1F1: hue angle of 180º degrees, saturation: 0.4, 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 #DEF1F1 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222241241-
CMYK0.08000.05
HSL180º40.43%90.78%-
HSV(B)180º7.88%94.51%-
XYZ77.4684.7995.5-
YUV235.32131.21118.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 241 (94.53% from 255) = 34.23%
BLUE value IS 241 (94.53% from 255) = 34.23%
R=31.53%
G=34.23%
B=34.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412410.08000.0518040.4390.78
HexDEF1F18005b4285b
Octal3363613611000526450133
Binary110111101111000111110001100000101101101001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1F1; }

 p { color: rgb(222,241,241); }

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

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

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

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

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

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

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