Html Css Color HEX #DAF6D2 Blue Romance

📋 copy color: '#DAF6D2'

red 218 ◦ green 246 ◦ blue 210

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

Shades of Blue Romance #DAF6D2

Tints of Blue Romance #DAF6D2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.5%

 BLUE value IS 210 (82.42% from 255) = 31.16%

R = 32.34%
G = 36.5%
B = 31.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#DAF6D2 (or 0xDAF6D2) is known color: Blue Romance. HEX triplet: DA, F6 and D2. RGB value is (218,246,210). Sum of RGB (Red+Green+Blue) = 218+246+210=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6D2 is #25092D. Grayscale: #E9E9E9. Windows color (decimal): -2427182 or 13825754. OLE color: 13825754.

HSL color Cylindrical-coordinate representation of color #DAF6D2: hue angle of 106.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF6D2 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 210 -
CMYK 0.11 0 0.15 0.04
HSL 106.67º 0.67% 0.89% -
HSV(B) 106.67º 0.15% 0.96% -
XYZ 73.5 85.47 73.6 -
YUV 233.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 218 246 210 0.11 0 0.15 0.04 106.67 0.67 0.89
Hex DA F6 D2 B 0 F 4 6B 43 59
Octal 332 366 322 13 0 17 4 153 103 131
Binary 11011010 11110110 11010010 1011 0 1111 100 1101011 1000011 1011001

Color Harmonies of #DAF6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6D2

Black with #DAF6D2

Text Example


Text Example

White with #DAF6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6D2; }

 p { color: rgb(218,246,210); }

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

background-color css

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

 a { background-color: rgb(218,246,210); }

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

border-color css

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

 span { border-color: rgb(218,246,210); }

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