#CBB4DC

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

Shades of Prelude #CBB4DC

Tints of Prelude #CBB4DC

Color information

#CBB4DC (or 0xCBB4DC) is unknown color: approx Prelude. HEX triplet: CB, B4 and DC. RGB value is (203,180,220). Sum of RGB (Red+Green+Blue) = 203+180+220=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4DC is #344B23. Grayscale: #BFBFBF. Windows color (decimal): -3427108 or 14464203. OLE color: 14464203.

HSL color Cylindrical-coordinate representation of color #CBB4DC: hue angle of 274.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB4DC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203180220-
CMYK0.080.1800.14
HSL274.5º36.36%78.43%-
HSV(B)274.5º18.18%86.27%-
XYZ53.8750.5174.62-
YUV191.44144.12136.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=33.67%
G=29.85%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031802200.080.1800.14274.536.3678.43
HexCBB4DC8120E112244e
Octal313264334102201642244116
Binary110010111011010011011100100010010011101000100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4DC; }

 p { color: rgb(203,180,220); }

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

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

 a { background-color: rgb(203,180,220); }

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

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

 span { border-color: rgb(203,180,220); }

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