#CBCBE7

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

Shades of Quartz #CBCBE7

Tints of Quartz #CBCBE7

Color information

#CBCBE7 (or 0xCBCBE7) is unknown color: approx Quartz. HEX triplet: CB, CB and E7. RGB value is (203,203,231). Sum of RGB (Red+Green+Blue) = 203+203+231=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBE7 is #343418. Grayscale: #CECECE. Windows color (decimal): -3421209 or 15190987. OLE color: 15190987.

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

Color convert

RGB203203231-
CMYK0.120.1200.09
HSL240º36.84%85.1%-
HSV(B)240º12.12%90.59%-
XYZ60.4161.1884.23-
YUV206.19142125.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032032310.120.1200.0924036.8485.1
HexCBCBE7CC09f02555
Octal313313347141401136045125
Binary1100101111001011111001111100110001001111100001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBE7; }

 p { color: rgb(203,203,231); }

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

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

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

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

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

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

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