Html Css Color HEX #DAEEEB Tranquil

📋 copy color: '#DAEEEB'

red 218 ◦ green 238 ◦ blue 235

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

Shades of Tranquil #DAEEEB

Tints of Tranquil #DAEEEB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.44%

 BLUE value IS 235 (92.19% from 255) = 34.01%

R = 31.55%
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.07

RGB Variations

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

Color information

#DAEEEB (or 0xDAEEEB) is known color: Tranquil. HEX triplet: DA, EE and EB. RGB value is (218,238,235). Sum of RGB (Red+Green+Blue) = 218+238+235=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEB is #251114. Grayscale: #E7E7E7. Windows color (decimal): -2429205 or 15462106. OLE color: 15462106.

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

Color convert

RGB 218 238 235 -
CMYK 0.08 0 0.01 0.07
HSL 171º 0.37% 0.89% -
HSV(B) 171º 0.08% 0.93% -
XYZ 74.48 82.05 90.51 -
YUV 231.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 218 238 235 0.08 0 0.01 0.07 171 0.37 0.89
Hex DA EE EB 8 0 1 7 AB 25 59
Octal 332 356 353 10 0 1 7 253 45 131
Binary 11011010 11101110 11101011 1000 0 1 111 10101011 100101 1011001

Color Harmonies of #DAEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEEB

Black with #DAEEEB

Text Example


Text Example

White with #DAEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEEB; }

 p { color: rgb(218,238,235); }

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

background-color css

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

 a { background-color: rgb(218,238,235); }

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

border-color css

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

 span { border-color: rgb(218,238,235); }

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