#CBCBE5

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

Shades of Quartz #CBCBE5

Tints of Quartz #CBCBE5

Color information

#CBCBE5 (or 0xCBCBE5) is unknown color: approx Quartz. HEX triplet: CB, CB and E5. RGB value is (203,203,229). Sum of RGB (Red+Green+Blue) = 203+203+229=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE5 is #34341A. Grayscale: #CDCDCD. Windows color (decimal): -3421211 or 15059915. OLE color: 15059915.

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

Color convert

RGB203203229-
CMYK0.110.1100.10
HSL240º33.33%84.71%-
HSV(B)240º11.35%89.8%-
XYZ60.1361.0782.75-
YUV205.96141125.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=31.97%
G=31.97%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032032290.110.1100.1024033.3384.71
HexCBCBE5BB0Af02155
Octal313313345131301236041125
Binary1100101111001011111001011011101101010111100001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBE5; }

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

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

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

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

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

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

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

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