#CDAFDC

Color #CDAFDC Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #CDAFDC

Tints of Prelude #CDAFDC

Color information

#CDAFDC (or 0xCDAFDC) is unknown color: approx Prelude. HEX triplet: CD, AF and DC. RGB value is (205,175,220). Sum of RGB (Red+Green+Blue) = 205+175+220=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDC is #325023. Grayscale: #BCBCBC. Windows color (decimal): -3297316 or 14462925. OLE color: 14462925.

HSL color Cylindrical-coordinate representation of color #CDAFDC: hue angle of 280º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAFDC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205175220-
CMYK0.070.2000.14
HSL280º39.13%77.45%-
HSV(B)280º20.45%86.27%-
XYZ53.4348.8174.31-
YUV189.1145.44139.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=34.17%
G=29.17%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051752200.070.2000.1428039.1377.45
HexCDAFDC7140E118274d
Octal31525733472401643047115
Binary11001101101011111101110011110100011101000110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFDC; }

 p { color: rgb(205,175,220); }

 H1.HeaderClassName
 {
   color: #CDAFDC;
 }
 .AnyTagClassName
 {
   color: #CDAFDC;
 }
</style>
background-color css

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

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

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

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

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

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