#CBBCCF

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

Shades of Prelude #CBBCCF

Tints of Prelude #CBBCCF

Color information

#CBBCCF (or 0xCBBCCF) is unknown color: approx Prelude. HEX triplet: CB, BC and CF. RGB value is (203,188,207). Sum of RGB (Red+Green+Blue) = 203+188+207=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCF is #344330. Grayscale: #C2C2C2. Windows color (decimal): -3425073 or 13614283. OLE color: 13614283.

HSL color Cylindrical-coordinate representation of color #CBBCCF: hue angle of 287.37º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBCCF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203188207-
CMYK0.020.0900.19
HSL287.37º16.52%77.45%-
HSV(B)287.37º9.18%81.18%-
XYZ53.8753.1766.45-
YUV194.65134.97133.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=33.95%
G=31.44%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031882070.020.0900.19287.3716.5277.45
HexCBBCCF2901311f114d
Octal31327431721102343721115
Binary110010111011110011001111101001010011100011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCCF; }

 p { color: rgb(203,188,207); }

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

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

 a { background-color: rgb(203,188,207); }

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

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

 span { border-color: rgb(203,188,207); }

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