#DAF3F2

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

Shades of Oyster Bay #DAF3F2

Tints of Oyster Bay #DAF3F2

Color information

#DAF3F2 (or 0xDAF3F2) is unknown color: approx Oyster Bay. HEX triplet: DA, F3 and F2. RGB value is (218,243,242). Sum of RGB (Red+Green+Blue) = 218+243+242=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3F2 is #250C0D. Grayscale: #EBEBEB. Windows color (decimal): -2427918 or 15922138. OLE color: 15922138.

HSL color Cylindrical-coordinate representation of color #DAF3F2: hue angle of 177.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF3F2 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB218243242-
CMYK0.1000.000.05
HSL177.6º51.02%90.39%-
HSV(B)177.6º10.29%95.29%-
XYZ76.9985.4296.43-
YUV235.41131.72115.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.01%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=31.01%
G=34.57%
B=34.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432420.1000.000.05177.651.0290.39
HexDAF3F2A005b2335a
Octal3323633621200526263132
Binary110110101111001111110010101000101101100101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3F2; }

 p { color: rgb(218,243,242); }

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

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

 a { background-color: rgb(218,243,242); }

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

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

 span { border-color: rgb(218,243,242); }

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