#CBBAD4

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

Shades of Prelude #CBBAD4

Tints of Prelude #CBBAD4

Color information

#CBBAD4 (or 0xCBBAD4) is unknown color: approx Prelude. HEX triplet: CB, BA and D4. RGB value is (203,186,212). Sum of RGB (Red+Green+Blue) = 203+186+212=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAD4 is #34452B. Grayscale: #C1C1C1. Windows color (decimal): -3425580 or 13941451. OLE color: 13941451.

HSL color Cylindrical-coordinate representation of color #CBBAD4: hue angle of 279.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBAD4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203186212-
CMYK0.040.1200.17
HSL279.23º23.21%78.04%-
HSV(B)279.23º12.26%83.14%-
XYZ54.0752.5769.58-
YUV194.05138.13134.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=33.78%
G=30.95%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031862120.040.1200.17279.2323.2178.04
HexCBBAD44C011117174e
Octal31327232441402142727116
Binary1100101110111010110101001001100010001100010111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAD4; }

 p { color: rgb(203,186,212); }

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

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

 a { background-color: rgb(203,186,212); }

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

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

 span { border-color: rgb(203,186,212); }

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