#CABFCC

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

Shades of Prelude #CABFCC

Tints of Prelude #CABFCC

Color information

#CABFCC (or 0xCABFCC) is unknown color: approx Prelude. HEX triplet: CA, BF and CC. RGB value is (202,191,204). Sum of RGB (Red+Green+Blue) = 202+191+204=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCC is #354033. Grayscale: #C3C3C3. Windows color (decimal): -3489844 or 13418442. OLE color: 13418442.

HSL color Cylindrical-coordinate representation of color #CABFCC: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABFCC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202191204-
CMYK0.010.0600.2
HSL290.77º11.3%77.45%-
HSV(B)290.77º6.37%80%-
XYZ53.8954.1864.74-
YUV195.77132.64132.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=33.84%
G=31.99%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021912040.010.0600.2290.7711.377.45
HexCABFCC16014123b4d
Octal3122773141602444313115
Binary110010101011111111001100111001010010010001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFCC; }

 p { color: rgb(202,191,204); }

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

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

 a { background-color: rgb(202,191,204); }

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

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

 span { border-color: rgb(202,191,204); }

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