#CBC1D5

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

Shades of Prelude #CBC1D5

Tints of Prelude #CBC1D5

Color information

#CBC1D5 (or 0xCBC1D5) is unknown color: approx Prelude. HEX triplet: CB, C1 and D5. RGB value is (203,193,213). Sum of RGB (Red+Green+Blue) = 203+193+213=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D5 is #343E2A. Grayscale: #C6C6C6. Windows color (decimal): -3423787 or 14008779. OLE color: 14008779.

HSL color Cylindrical-coordinate representation of color #CBC1D5: hue angle of 270º 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 #CBC1D5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203193213-
CMYK0.050.0900.16
HSL270º19.23%79.61%-
HSV(B)270º9.39%83.53%-
XYZ55.7155.6470.75-
YUV198.27136.31131.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=33.33%
G=31.69%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031932130.050.0900.1627019.2379.61
HexCBC1D55901010e1350
Octal31330132551102041623120
Binary1100101111000001110101011011001010000100001110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1D5; }

 p { color: rgb(203,193,213); }

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

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

 a { background-color: rgb(203,193,213); }

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

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

 span { border-color: rgb(203,193,213); }

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