#CABCCF

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

Shades of Prelude #CABCCF

Tints of Prelude #CABCCF

Color information

#CABCCF (or 0xCABCCF) is unknown color: approx Prelude. HEX triplet: CA, BC and CF. RGB value is (202,188,207). Sum of RGB (Red+Green+Blue) = 202+188+207=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCF is #354330. Grayscale: #C2C2C2. Windows color (decimal): -3490609 or 13614282. OLE color: 13614282.

HSL color Cylindrical-coordinate representation of color #CABCCF: hue angle of 284.21º 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 #CABCCF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202188207-
CMYK0.020.0900.19
HSL284.21º16.52%77.45%-
HSV(B)284.21º9.18%81.18%-
XYZ53.653.0366.44-
YUV194.35135.14133.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=33.84%
G=31.49%
B=34.67%

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
Decimal2021882070.020.0900.19284.2116.5277.45
HexCABCCF2901311c114d
Octal31227431721102343421115
Binary110010101011110011001111101001010011100011100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCCF; }

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

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

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

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

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

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

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

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