Html Css Color HEX #DAFFFD Light Cyan

📋 copy color: '#DAFFFD'

red 218 ◦ green 255 ◦ blue 253

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

Shades of Light Cyan #DAFFFD

Tints of Light Cyan #DAFFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.85%

R = 30.03%
G = 35.12%
B = 34.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#DAFFFD (or 0xDAFFFD) is known color: Light Cyan. HEX triplet: DA, FF and FD. RGB value is (218,255,253). Sum of RGB (Red+Green+Blue) = 218+255+253=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFFD is #250002. Grayscale: #F3F3F3. Windows color (decimal): -2424835 or 16646106. OLE color: 16646106.

HSL color Cylindrical-coordinate representation of color #DAFFFD: hue angle of 176.76º 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 #DAFFFD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 253 -
CMYK 0.15 0 0.01 0
HSL 176.76º 1% 0.93% -
HSV(B) 176.76º 0.15% 1% -
XYZ 82.4 93.52 106.64 -
YUV 243.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 218 255 253 0.15 0 0.01 0 176.76 1 0.93
Hex DA FF FD F 0 1 0 B1 64 5D
Octal 332 377 375 17 0 1 0 261 144 135
Binary 11011010 11111111 11111101 1111 0 1 0 10110001 1100100 1011101

Color Harmonies of #DAFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFFD

Black with #DAFFFD

Text Example


Text Example

White with #DAFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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