#CDC5D4

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

Shades of Prelude #CDC5D4

Tints of Prelude #CDC5D4

Color information

#CDC5D4 (or 0xCDC5D4) is unknown color: approx Prelude. HEX triplet: CD, C5 and D4. RGB value is (205,197,212). Sum of RGB (Red+Green+Blue) = 205+197+212=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5D4 is #323A2B. Grayscale: #C9C9C9. Windows color (decimal): -3291692 or 13944269. OLE color: 13944269.

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

Color convert

RGB205197212-
CMYK0.030.0700.17
HSL272º14.85%80.2%-
HSV(B)272º7.08%83.14%-
XYZ57.0357.6770.41-
YUV201.1134.15130.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=33.39%
G=32.08%
B=34.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051972120.030.0700.1727214.8580.2
HexCDC5D437011110f50
Octal3153053243702142017120
Binary1100110111000101110101001111101000110001000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5D4; }

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

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

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

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

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

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

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

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