Html Css Color HEX #DAEDD6 Blue Romance

📋 copy color: '#DAEDD6'

red 218 ◦ green 237 ◦ blue 214

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

Shades of Blue Romance #DAEDD6

Tints of Blue Romance #DAEDD6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 214 (83.98% from 255) = 31.99%

R = 32.59%
G = 35.43%
B = 31.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DAEDD6 (or 0xDAEDD6) is known color: Blue Romance. HEX triplet: DA, ED and D6. RGB value is (218,237,214). Sum of RGB (Red+Green+Blue) = 218+237+214=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD6 is #251229. Grayscale: #E4E4E4. Windows color (decimal): -2429482 or 14085594. OLE color: 14085594.

HSL color Cylindrical-coordinate representation of color #DAEDD6: hue angle of 109.57º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEDD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 214 -
CMYK 0.08 0 0.10 0.07
HSL 109.57º 0.39% 0.88% -
HSV(B) 109.57º 0.1% 0.93% -
XYZ 71.34 80.33 75.36 -
YUV 228.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 218 237 214 0.08 0 0.10 0.07 109.57 0.39 0.88
Hex DA ED D6 8 0 A 7 6E 27 58
Octal 332 355 326 10 0 12 7 156 47 130
Binary 11011010 11101101 11010110 1000 0 1010 111 1101110 100111 1011000

Color Harmonies of #DAEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDD6

Black with #DAEDD6

Text Example


Text Example

White with #DAEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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