Html Css Color HEX #DDEEEB Tranquil

📋 copy color: '#DDEEEB'

red 221 ◦ green 238 ◦ blue 235

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

Shades of Tranquil #DDEEEB

Tints of Tranquil #DDEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.29%

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

R = 31.84%
G = 34.29%
B = 33.86%

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

#DDEEEB (or 0xDDEEEB) is known color: Tranquil. HEX triplet: DD, EE and EB. RGB value is (221,238,235). Sum of RGB (Red+Green+Blue) = 221+238+235=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEB is #221114. Grayscale: #E8E8E8. Windows color (decimal): -2232597 or 15462109. OLE color: 15462109.

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

Color convert

RGB 221 238 235 -
CMYK 0.07 0 0.01 0.07
HSL 169.41º 0.33% 0.9% -
HSV(B) 169.41º 0.07% 0.93% -
XYZ 75.39 82.52 90.55 -
YUV 232.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 221 238 235 0.07 0 0.01 0.07 169.41 0.33 0.9
Hex DD EE EB 7 0 1 7 A9 21 5A
Octal 335 356 353 7 0 1 7 251 41 132
Binary 11011101 11101110 11101011 111 0 1 111 10101001 100001 1011010

Color Harmonies of #DDEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEEB

Black with #DDEEEB

Text Example


Text Example

White with #DDEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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