Html Css Color HEX #FFDAFF Selago

📋 copy color: '#FFDAFF'

red 255 ◦ green 218 ◦ blue 255

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

Shades of Selago #FFDAFF

Tints of Selago #FFDAFF

RGB

 RED value IS 255 (100% from 255) = 35.03%

 GREEN value IS 218 (85.55% from 255) = 29.95%

 BLUE value IS 255 (100% from 255) = 35.03%

R = 35.03%
G = 29.95%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFDAFF (or 0xFFDAFF) is known color: Selago. HEX triplet: FF, DA and FF. RGB value is (255,218,255). Sum of RGB (Red+Green+Blue) = 255+218+255=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 218 (85.55% from 255 or 29.95% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDAFF is #002500. Grayscale: #E9E9E9. Windows color (decimal): -9473 or 16767743. OLE color: 16767743.

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

Color convert

RGB 255 218 255 -
CMYK 0 0.15 0 0
HSL 300º 1% 0.93% -
HSV(B) 300º 0.15% 1% -
XYZ 84.36 78.62 105.34 -
YUV 233.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 255 218 255 0 0.15 0 0 300 1 0.93
Hex FF DA FF 0 F 0 0 12C 64 5D
Octal 377 332 377 0 17 0 0 454 144 135
Binary 11111111 11011010 11111111 0 1111 0 0 100101100 1100100 1011101

Color Harmonies of #FFDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAFF

Black with #FFDAFF

Text Example


Text Example

White with #FFDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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