#CDCBE5

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

Shades of Quartz #CDCBE5

Tints of Quartz #CDCBE5

Color information

#CDCBE5 (or 0xCDCBE5) is unknown color: approx Quartz. HEX triplet: CD, CB and E5. RGB value is (205,203,229). Sum of RGB (Red+Green+Blue) = 205+203+229=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBE5 is #32341A. Grayscale: #CECECE. Windows color (decimal): -3290139 or 15059917. OLE color: 15059917.

HSL color Cylindrical-coordinate representation of color #CDCBE5: hue angle of 244.62º 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 #CDCBE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205203229-
CMYK0.100.1100.10
HSL244.62º33.33%84.71%-
HSV(B)244.62º11.35%89.8%-
XYZ60.6861.3582.77-
YUV206.56140.66126.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=32.18%
G=31.87%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052032290.100.1100.10244.6233.3384.71
HexCDCBE5AB0Af52155
Octal315313345121301236541125
Binary1100110111001011111001011010101101010111101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBE5; }

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

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

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

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

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

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

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

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