Html Css Color HEX #DDEDEB Tranquil

📋 copy color: '#DDEDEB'

red 221 ◦ green 237 ◦ blue 235

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

Shades of Tranquil #DDEDEB

Tints of Tranquil #DDEDEB

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DDEDEB: hue angle of 172.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 #DDEDEB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 235 -
CMYK 0.07 0 0.01 0.07
HSL 172.5º 0.31% 0.9% -
HSV(B) 172.5º 0.07% 0.93% -
XYZ 75.1 81.94 90.45 -
YUV 231.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 221 237 235 0.07 0 0.01 0.07 172.5 0.31 0.9
Hex DD ED EB 7 0 1 7 AC 1F 5A
Octal 335 355 353 7 0 1 7 254 37 132
Binary 11011101 11101101 11101011 111 0 1 111 10101100 11111 1011010

Color Harmonies of #DDEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDEB

Black with #DDEDEB

Text Example


Text Example

White with #DDEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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