Html Css Color HEX #D4F2F1 Oyster Bay

📋 copy color: '#D4F2F1'

red 212 ◦ green 242 ◦ blue 241

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

Shades of Oyster Bay #D4F2F1

Tints of Oyster Bay #D4F2F1

RGB

 RED value IS 212 (83.2% from 255) = 30.5%

 GREEN value IS 242 (94.92% from 255) = 34.82%

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 30.5%
G = 34.82%
B = 34.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#D4F2F1 (or 0xD4F2F1) is known color: Oyster Bay. HEX triplet: D4, F2 and F1. RGB value is (212,242,241). Sum of RGB (Red+Green+Blue) = 212+242+241=695 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.50% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F2F1 is #2B0D0E. Grayscale: #E8E8E8. Windows color (decimal): -2821391 or 15856340. OLE color: 15856340.

HSL color Cylindrical-coordinate representation of color #D4F2F1: hue angle of 178º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4F2F1 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 241 -
CMYK 0.12 0 0.00 0.05
HSL 178º 0.54% 0.89% -
HSV(B) 178º 0.12% 0.95% -
XYZ 74.78 83.85 95.46 -
YUV 232.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 212 242 241 0.12 0 0.00 0.05 178 0.54 0.89
Hex D4 F2 F1 C 0 0 5 B2 36 59
Octal 324 362 361 14 0 0 5 262 66 131
Binary 11010100 11110010 11110001 1100 0 0 101 10110010 110110 1011001

Color Harmonies of #D4F2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F2F1

Black with #D4F2F1

Text Example


Text Example

White with #D4F2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F2F1; }

 p { color: rgb(212,242,241); }

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

background-color css

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

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

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

border-color css

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

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

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