Html Css Color HEX #DAF1D6 Blue Romance

📋 copy color: '#DAF1D6'

red 218 ◦ green 241 ◦ blue 214

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

Shades of Blue Romance #DAF1D6

Tints of Blue Romance #DAF1D6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.81%

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

R = 32.39%
G = 35.81%
B = 31.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#DAF1D6 (or 0xDAF1D6) is known color: Blue Romance. HEX triplet: DA, F1 and D6. RGB value is (218,241,214). Sum of RGB (Red+Green+Blue) = 218+241+214=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D6 is #250E29. Grayscale: #E7E7E7. Windows color (decimal): -2428458 or 14086618. OLE color: 14086618.

HSL color Cylindrical-coordinate representation of color #DAF1D6: hue angle of 111.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF1D6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 214 -
CMYK 0.10 0 0.11 0.05
HSL 111.11º 0.49% 0.89% -
HSV(B) 111.11º 0.11% 0.95% -
XYZ 72.51 82.67 75.75 -
YUV 231.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 218 241 214 0.10 0 0.11 0.05 111.11 0.49 0.89
Hex DA F1 D6 A 0 B 5 6F 31 59
Octal 332 361 326 12 0 13 5 157 61 131
Binary 11011010 11110001 11010110 1010 0 1011 101 1101111 110001 1011001

Color Harmonies of #DAF1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1D6

Black with #DAF1D6

Text Example


Text Example

White with #DAF1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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