#CABBCF

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

Shades of Prelude #CABBCF

Tints of Prelude #CABBCF

Color information

#CABBCF (or 0xCABBCF) is unknown color: approx Prelude. HEX triplet: CA, BB and CF. RGB value is (202,187,207). Sum of RGB (Red+Green+Blue) = 202+187+207=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCF is #354430. Grayscale: #C1C1C1. Windows color (decimal): -3490865 or 13614026. OLE color: 13614026.

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

Color convert

RGB202187207-
CMYK0.020.1000.19
HSL285º17.24%77.25%-
HSV(B)285º9.66%81.18%-
XYZ53.3952.666.37-
YUV193.76135.47133.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=33.89%
G=31.38%
B=34.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021872070.020.1000.1928517.2477.25
HexCABBCF2A01311d114d
Octal31227331721202343521115
Binary110010101011101111001111101010010011100011101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBCF; }

 p { color: rgb(202,187,207); }

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

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

 a { background-color: rgb(202,187,207); }

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

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

 span { border-color: rgb(202,187,207); }

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