Html Css Color HEX #DAFFF7 Light Cyan

📋 copy color: '#DAFFF7'

red 218 ◦ green 255 ◦ blue 247

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

Shades of Light Cyan #DAFFF7

Tints of Light Cyan #DAFFF7

RGB

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

 GREEN value IS 255 (100% from 255) = 35.42%

 BLUE value IS 247 (96.88% from 255) = 34.31%

R = 30.28%
G = 35.42%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#DAFFF7 (or 0xDAFFF7) is known color: Light Cyan. HEX triplet: DA, FF and F7. RGB value is (218,255,247). Sum of RGB (Red+Green+Blue) = 218+255+247=720 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.28% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFF7 is #250008. Grayscale: #F3F3F3. Windows color (decimal): -2424841 or 16252890. OLE color: 16252890.

HSL color Cylindrical-coordinate representation of color #DAFFF7: hue angle of 167.03º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFF7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 247 -
CMYK 0.15 0 0.03 0
HSL 167.03º 1% 0.93% -
HSV(B) 167.03º 0.15% 1% -
XYZ 81.46 93.14 101.68 -
YUV 243.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 218 255 247 0.15 0 0.03 0 167.03 1 0.93
Hex DA FF F7 F 0 3 0 A7 64 5D
Octal 332 377 367 17 0 3 0 247 144 135
Binary 11011010 11111111 11110111 1111 0 11 0 10100111 1100100 1011101

Color Harmonies of #DAFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFF7

Black with #DAFFF7

Text Example


Text Example

White with #DAFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFF7; }

 p { color: rgb(218,255,247); }

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

background-color css

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

 a { background-color: rgb(218,255,247); }

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

border-color css

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

 span { border-color: rgb(218,255,247); }

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