Html Css Color HEX #D2F4ED Tranquil

📋 copy color: '#D2F4ED'

red 210 ◦ green 244 ◦ blue 237

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

Shades of Tranquil #D2F4ED

Tints of Tranquil #D2F4ED

RGB

 RED value IS 210 (82.42% from 255) = 30.39%

 GREEN value IS 244 (95.7% from 255) = 35.31%

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 30.39%
G = 35.31%
B = 34.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#D2F4ED (or 0xD2F4ED) is known color: Tranquil. HEX triplet: D2, F4 and ED. RGB value is (210,244,237). Sum of RGB (Red+Green+Blue) = 210+244+237=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F4ED is #2D0B12. Grayscale: #E9E9E9. Windows color (decimal): -2951955 or 15594706. OLE color: 15594706.

HSL color Cylindrical-coordinate representation of color #D2F4ED: hue angle of 167.65º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F4ED is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 237 -
CMYK 0.14 0 0.03 0.04
HSL 167.65º 0.61% 0.89% -
HSV(B) 167.65º 0.14% 0.96% -
XYZ 74.22 84.52 92.52 -
YUV 233.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 210 244 237 0.14 0 0.03 0.04 167.65 0.61 0.89
Hex D2 F4 ED E 0 3 4 A8 3D 59
Octal 322 364 355 16 0 3 4 250 75 131
Binary 11010010 11110100 11101101 1110 0 11 100 10101000 111101 1011001

Color Harmonies of #D2F4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F4ED

Black with #D2F4ED

Text Example


Text Example

White with #D2F4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F4ED; }

 p { color: rgb(210,244,237); }

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

background-color css

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

 a { background-color: rgb(210,244,237); }

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

border-color css

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

 span { border-color: rgb(210,244,237); }

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