#CDAFD4

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

Shades of Prelude #CDAFD4

Tints of Prelude #CDAFD4

Color information

#CDAFD4 (or 0xCDAFD4) is unknown color: approx Prelude. HEX triplet: CD, AF and D4. RGB value is (205,175,212). Sum of RGB (Red+Green+Blue) = 205+175+212=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFD4 is #32502B. Grayscale: #BCBCBC. Windows color (decimal): -3297324 or 13938637. OLE color: 13938637.

HSL color Cylindrical-coordinate representation of color #CDAFD4: hue angle of 288.65º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAFD4 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205175212-
CMYK0.030.1700.17
HSL288.65º30.08%75.88%-
HSV(B)288.65º17.45%83.14%-
XYZ52.3948.3968.87-
YUV188.19141.44139.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=34.63%
G=29.56%
B=35.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051752120.030.1700.17288.6530.0875.88
HexCDAFD43110111211e4c
Octal31525732432102144136114
Binary1100110110101111110101001110001010001100100001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFD4; }

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

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

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

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

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

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

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

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