#CDC3D6

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

Shades of Prelude #CDC3D6

Tints of Prelude #CDC3D6

Color information

#CDC3D6 (or 0xCDC3D6) is unknown color: approx Prelude. HEX triplet: CD, C3 and D6. RGB value is (205,195,214). Sum of RGB (Red+Green+Blue) = 205+195+214=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3D6 is #323C29. Grayscale: #C8C8C8. Windows color (decimal): -3292202 or 14074829. OLE color: 14074829.

HSL color Cylindrical-coordinate representation of color #CDC3D6: hue angle of 271.58º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC3D6 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205195214-
CMYK0.040.0900.16
HSL271.58º18.81%80.2%-
HSV(B)271.58º8.88%83.92%-
XYZ56.8356.8671.6-
YUV200.16135.81131.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=33.39%
G=31.76%
B=34.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051952140.040.0900.16271.5818.8180.2
HexCDC3D6490101101350
Octal31530332641102042023120
Binary1100110111000011110101101001001010000100010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3D6; }

 p { color: rgb(205,195,214); }

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

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

 a { background-color: rgb(205,195,214); }

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

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

 span { border-color: rgb(205,195,214); }

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