#CBCAE6

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

Shades of Quartz #CBCAE6

Tints of Quartz #CBCAE6

Color information

#CBCAE6 (or 0xCBCAE6) is unknown color: approx Quartz. HEX triplet: CB, CA and E6. RGB value is (203,202,230). Sum of RGB (Red+Green+Blue) = 203+202+230=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAE6 is #343519. Grayscale: #CDCDCD. Windows color (decimal): -3421466 or 15125195. OLE color: 15125195.

HSL color Cylindrical-coordinate representation of color #CBCAE6: hue angle of 242.14º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBCAE6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203202230-
CMYK0.120.1200.10
HSL242.14º35.9%84.71%-
HSV(B)242.14º12.17%90.2%-
XYZ60.0360.6583.41-
YUV205.49141.83126.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=31.97%
G=31.81%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032022300.120.1200.10242.1435.984.71
HexCBCAE6CC0Af22455
Octal313312346141401236244125
Binary1100101111001010111001101100110001010111100101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAE6; }

 p { color: rgb(203,202,230); }

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

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

 a { background-color: rgb(203,202,230); }

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

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

 span { border-color: rgb(203,202,230); }

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