Html Css Color HEX #DAFDF7 Light Cyan

📋 copy color: '#DAFDF7'

red 218 ◦ green 253 ◦ blue 247

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

Shades of Light Cyan #DAFDF7

Tints of Light Cyan #DAFDF7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.24%

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

R = 30.36%
G = 35.24%
B = 34.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#DAFDF7 (or 0xDAFDF7) is known color: Light Cyan. HEX triplet: DA, FD and F7. RGB value is (218,253,247). Sum of RGB (Red+Green+Blue) = 218+253+247=718 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.36% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDF7 is #250208. Grayscale: #F1F1F1. Windows color (decimal): -2425353 or 16252378. OLE color: 16252378.

HSL color Cylindrical-coordinate representation of color #DAFDF7: hue angle of 169.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDF7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 247 -
CMYK 0.14 0 0.02 0.01
HSL 169.71º 0.9% 0.92% -
HSV(B) 169.71º 0.14% 0.99% -
XYZ 80.83 91.87 101.47 -
YUV 241.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 218 253 247 0.14 0 0.02 0.01 169.71 0.9 0.92
Hex DA FD F7 E 0 2 1 AA 5A 5C
Octal 332 375 367 16 0 2 1 252 132 134
Binary 11011010 11111101 11110111 1110 0 10 1 10101010 1011010 1011100

Color Harmonies of #DAFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDF7

Black with #DAFDF7

Text Example


Text Example

White with #DAFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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