Html Css Color HEX #D5FEF5 Tranquil

📋 copy color: '#D5FEF5'

red 213 ◦ green 254 ◦ blue 245

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

Shades of Tranquil #D5FEF5

Tints of Tranquil #D5FEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.67%

 BLUE value IS 245 (96.09% from 255) = 34.41%

R = 29.92%
G = 35.67%
B = 34.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#D5FEF5 (or 0xD5FEF5) is known color: Tranquil. HEX triplet: D5, FE and F5. RGB value is (213,254,245). Sum of RGB (Red+Green+Blue) = 213+254+245=712 (94% of max value = 765). Red value is 213 (83.59% from 255 or 29.92% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEF5 is #2A010A. Grayscale: #F0F0F0. Windows color (decimal): -2752779 or 16121557. OLE color: 16121557.

HSL color Cylindrical-coordinate representation of color #D5FEF5: hue angle of 166.83º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEF5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 254 245 -
CMYK 0.16 0 0.04 0.00
HSL 166.83º 0.95% 0.92% -
HSV(B) 166.83º 0.16% 1% -
XYZ 79.36 91.62 99.89 -
YUV 240.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 213 254 245 0.16 0 0.04 0.00 166.83 0.95 0.92
Hex D5 FE F5 10 0 4 0 A7 5F 5C
Octal 325 376 365 20 0 4 0 247 137 134
Binary 11010101 11111110 11110101 10000 0 100 0 10100111 1011111 1011100

Color Harmonies of #D5FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEF5

Black with #D5FEF5

Text Example


Text Example

White with #D5FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEF5; }

 p { color: rgb(213,254,245); }

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

background-color css

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

 a { background-color: rgb(213,254,245); }

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

border-color css

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

 span { border-color: rgb(213,254,245); }

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