Html Css Color HEX #D5EAEA Oyster Bay

📋 copy color: '#D5EAEA'

red 213 ◦ green 234 ◦ blue 234

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

Shades of Oyster Bay #D5EAEA

Tints of Oyster Bay #D5EAEA

RGB

 RED value IS 213 (83.59% from 255) = 31.28%

 GREEN value IS 234 (91.8% from 255) = 34.36%

 BLUE value IS 234 (91.8% from 255) = 34.36%

R = 31.28%
G = 34.36%
B = 34.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5EAEA (or 0xD5EAEA) is known color: Oyster Bay. HEX triplet: D5, EA and EA. RGB value is (213,234,234). Sum of RGB (Red+Green+Blue) = 213+234+234=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D5EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAEA is #2A1515. Grayscale: #E3E3E3. Windows color (decimal): -2757910 or 15395541. OLE color: 15395541.

HSL color Cylindrical-coordinate representation of color #D5EAEA: hue angle of 180º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EAEA is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 234 -
CMYK 0.09 0 0 0.08
HSL 180º 0.33% 0.88% -
HSV(B) 180º 0.09% 0.92% -
XYZ 71.71 78.93 89.3 -
YUV 227.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 213 234 234 0.09 0 0 0.08 180 0.33 0.88
Hex D5 EA EA 9 0 0 8 B4 21 58
Octal 325 352 352 11 0 0 10 264 41 130
Binary 11010101 11101010 11101010 1001 0 0 1000 10110100 100001 1011000

Color Harmonies of #D5EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAEA

Black with #D5EAEA

Text Example


Text Example

White with #D5EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAEA; }

 p { color: rgb(213,234,234); }

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

background-color css

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

 a { background-color: rgb(213,234,234); }

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

border-color css

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

 span { border-color: rgb(213,234,234); }

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