Html Css Color HEX #DCEDEB Tranquil

📋 copy color: '#DCEDEB'

red 220 ◦ green 237 ◦ blue 235

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

Shades of Tranquil #DCEDEB

Tints of Tranquil #DCEDEB

RGB

 RED value IS 220 (86.33% from 255) = 31.79%

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

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

R = 31.79%
G = 34.25%
B = 33.96%

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

#DCEDEB (or 0xDCEDEB) is known color: Tranquil. HEX triplet: DC, ED and EB. RGB value is (220,237,235). Sum of RGB (Red+Green+Blue) = 220+237+235=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDEB is #231214. Grayscale: #E7E7E7. Windows color (decimal): -2298389 or 15461852. OLE color: 15461852.

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

Color convert

RGB 220 237 235 -
CMYK 0.07 0 0.01 0.07
HSL 172.94º 0.32% 0.9% -
HSV(B) 172.94º 0.07% 0.93% -
XYZ 74.79 81.78 90.44 -
YUV 231.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 220 237 235 0.07 0 0.01 0.07 172.94 0.32 0.9
Hex DC ED EB 7 0 1 7 AD 20 5A
Octal 334 355 353 7 0 1 7 255 40 132
Binary 11011100 11101101 11101011 111 0 1 111 10101101 100000 1011010

Color Harmonies of #DCEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDEB

Black with #DCEDEB

Text Example


Text Example

White with #DCEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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