Html Css Color HEX #DAEFD6 Blue Romance

📋 copy color: '#DAEFD6'

red 218 ◦ green 239 ◦ blue 214

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

Shades of Blue Romance #DAEFD6

Tints of Blue Romance #DAEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.62%

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

R = 32.49%
G = 35.62%
B = 31.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#DAEFD6 (or 0xDAEFD6) is known color: Blue Romance. HEX triplet: DA, EF and D6. RGB value is (218,239,214). Sum of RGB (Red+Green+Blue) = 218+239+214=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD6 is #251029. Grayscale: #E5E5E5. Windows color (decimal): -2428970 or 14086106. OLE color: 14086106.

HSL color Cylindrical-coordinate representation of color #DAEFD6: hue angle of 110.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEFD6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 214 -
CMYK 0.09 0 0.10 0.06
HSL 110.4º 0.44% 0.89% -
HSV(B) 110.4º 0.1% 0.94% -
XYZ 71.92 81.49 75.56 -
YUV 229.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 218 239 214 0.09 0 0.10 0.06 110.4 0.44 0.89
Hex DA EF D6 9 0 A 6 6E 2C 59
Octal 332 357 326 11 0 12 6 156 54 131
Binary 11011010 11101111 11010110 1001 0 1010 110 1101110 101100 1011001

Color Harmonies of #DAEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFD6

Black with #DAEFD6

Text Example


Text Example

White with #DAEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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