Html Css Color HEX #DAF0ED Tranquil

📋 copy color: '#DAF0ED'

red 218 ◦ green 240 ◦ blue 237

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

Shades of Tranquil #DAF0ED

Tints of Tranquil #DAF0ED

RGB

 RED value IS 218 (85.55% from 255) = 31.37%

 GREEN value IS 240 (94.14% from 255) = 34.53%

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

R = 31.37%
G = 34.53%
B = 34.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#DAF0ED (or 0xDAF0ED) is known color: Tranquil. HEX triplet: DA, F0 and ED. RGB value is (218,240,237). Sum of RGB (Red+Green+Blue) = 218+240+237=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0ED is #250F12. Grayscale: #E9E9E9. Windows color (decimal): -2428691 or 15593690. OLE color: 15593690.

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

Color convert

RGB 218 240 237 -
CMYK 0.09 0 0.01 0.06
HSL 171.82º 0.42% 0.9% -
HSV(B) 171.82º 0.09% 0.94% -
XYZ 75.36 83.34 92.24 -
YUV 233.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 218 240 237 0.09 0 0.01 0.06 171.82 0.42 0.9
Hex DA F0 ED 9 0 1 6 AC 2A 5A
Octal 332 360 355 11 0 1 6 254 52 132
Binary 11011010 11110000 11101101 1001 0 1 110 10101100 101010 1011010

Color Harmonies of #DAF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0ED

Black with #DAF0ED

Text Example


Text Example

White with #DAF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0ED; }

 p { color: rgb(218,240,237); }

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

background-color css

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

 a { background-color: rgb(218,240,237); }

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

border-color css

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

 span { border-color: rgb(218,240,237); }

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