Html Css Color HEX #DBEFEC Tranquil

📋 copy color: '#DBEFEC'

red 219 ◦ green 239 ◦ blue 236

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

Shades of Tranquil #DBEFEC

Tints of Tranquil #DBEFEC

RGB

 RED value IS 219 (85.94% from 255) = 31.56%

 GREEN value IS 239 (93.75% from 255) = 34.44%

 BLUE value IS 236 (92.58% from 255) = 34.01%

R = 31.56%
G = 34.44%
B = 34.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#DBEFEC (or 0xDBEFEC) is known color: Tranquil. HEX triplet: DB, EF and EC. RGB value is (219,239,236). Sum of RGB (Red+Green+Blue) = 219+239+236=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFEC is #241013. Grayscale: #E8E8E8. Windows color (decimal): -2363412 or 15527899. OLE color: 15527899.

HSL color Cylindrical-coordinate representation of color #DBEFEC: hue angle of 171º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFEC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 236 -
CMYK 0.08 0 0.01 0.06
HSL 171º 0.38% 0.9% -
HSV(B) 171º 0.08% 0.94% -
XYZ 75.22 82.85 91.38 -
YUV 232.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 219 239 236 0.08 0 0.01 0.06 171 0.38 0.9
Hex DB EF EC 8 0 1 6 AB 26 5A
Octal 333 357 354 10 0 1 6 253 46 132
Binary 11011011 11101111 11101100 1000 0 1 110 10101011 100110 1011010

Color Harmonies of #DBEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFEC

Black with #DBEFEC

Text Example


Text Example

White with #DBEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFEC; }

 p { color: rgb(219,239,236); }

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

background-color css

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

 a { background-color: rgb(219,239,236); }

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

border-color css

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

 span { border-color: rgb(219,239,236); }

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