Html Css Color HEX #DDEBED Oyster Bay

📋 copy color: '#DDEBED'

red 221 ◦ green 235 ◦ blue 237

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

Shades of Oyster Bay #DDEBED

Tints of Oyster Bay #DDEBED

RGB

 RED value IS 221 (86.72% from 255) = 31.89%

 GREEN value IS 235 (92.19% from 255) = 33.91%

 BLUE value IS 237 (92.97% from 255) = 34.2%

R = 31.89%
G = 33.91%
B = 34.2%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDEBED (or 0xDDEBED) is known color: Oyster Bay. HEX triplet: DD, EB and ED. RGB value is (221,235,237). Sum of RGB (Red+Green+Blue) = 221+235+237=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBED is #221412. Grayscale: #E7E7E7. Windows color (decimal): -2233363 or 15592413. OLE color: 15592413.

HSL color Cylindrical-coordinate representation of color #DDEBED: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEBED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 235 237 -
CMYK 0.07 0.01 0 0.07
HSL 187.5º 0.31% 0.9% -
HSV(B) 187.5º 0.07% 0.93% -
XYZ 74.81 80.9 91.79 -
YUV 231.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 221 235 237 0.07 0.01 0 0.07 187.5 0.31 0.9
Hex DD EB ED 7 1 0 7 BC 1F 5A
Octal 335 353 355 7 1 0 7 274 37 132
Binary 11011101 11101011 11101101 111 1 0 111 10111100 11111 1011010

Color Harmonies of #DDEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBED

Black with #DDEBED

Text Example


Text Example

White with #DDEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBED; }

 p { color: rgb(221,235,237); }

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

background-color css

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

 a { background-color: rgb(221,235,237); }

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

border-color css

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

 span { border-color: rgb(221,235,237); }

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