Html Css Color HEX #D5EBE6 Tranquil

📋 copy color: '#D5EBE6'

red 213 ◦ green 235 ◦ blue 230

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

Shades of Tranquil #D5EBE6

Tints of Tranquil #D5EBE6

RGB

 RED value IS 213 (83.59% from 255) = 31.42%

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

 BLUE value IS 230 (90.23% from 255) = 33.92%

R = 31.42%
G = 34.66%
B = 33.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#D5EBE6 (or 0xD5EBE6) is known color: Tranquil. HEX triplet: D5, EB and E6. RGB value is (213,235,230). Sum of RGB (Red+Green+Blue) = 213+235+230=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBE6 is #2A1419. Grayscale: #E3E3E3. Windows color (decimal): -2757658 or 15133653. OLE color: 15133653.

HSL color Cylindrical-coordinate representation of color #D5EBE6: hue angle of 166.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBE6 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 230 -
CMYK 0.09 0 0.02 0.08
HSL 166.36º 0.35% 0.88% -
HSV(B) 166.36º 0.09% 0.92% -
XYZ 71.43 79.28 86.4 -
YUV 227.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 213 235 230 0.09 0 0.02 0.08 166.36 0.35 0.88
Hex D5 EB E6 9 0 2 8 A6 23 58
Octal 325 353 346 11 0 2 10 246 43 130
Binary 11010101 11101011 11100110 1001 0 10 1000 10100110 100011 1011000

Color Harmonies of #D5EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBE6

Black with #D5EBE6

Text Example


Text Example

White with #D5EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBE6; }

 p { color: rgb(213,235,230); }

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

background-color css

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

 a { background-color: rgb(213,235,230); }

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

border-color css

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

 span { border-color: rgb(213,235,230); }

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