Html Css Color HEX #FFDCFF Selago

📋 copy color: '#FFDCFF'

red 255 ◦ green 220 ◦ blue 255

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

Shades of Selago #FFDCFF

Tints of Selago #FFDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.14%

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

R = 34.93%
G = 30.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FFDCFF (or 0xFFDCFF) is known color: Selago. HEX triplet: FF, DC and FF. RGB value is (255,220,255). Sum of RGB (Red+Green+Blue) = 255+220+255=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 220 (86.33% from 255 or 30.14% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCFF is #002300. Grayscale: #EAEAEA. Windows color (decimal): -8961 or 16768255. OLE color: 16768255.

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

Color convert

RGB 255 220 255 -
CMYK 0 0.14 0 0
HSL 300º 1% 0.93% -
HSV(B) 300º 0.14% 1% -
XYZ 84.88 79.67 105.51 -
YUV 234.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 255 220 255 0 0.14 0 0 300 1 0.93
Hex FF DC FF 0 E 0 0 12C 64 5D
Octal 377 334 377 0 16 0 0 454 144 135
Binary 11111111 11011100 11111111 0 1110 0 0 100101100 1100100 1011101

Color Harmonies of #FFDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDCFF

Black with #FFDCFF

Text Example


Text Example

White with #FFDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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