#CDCBE4

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

Shades of Quartz #CDCBE4

Tints of Quartz #CDCBE4

Color information

#CDCBE4 (or 0xCDCBE4) is unknown color: approx Quartz. HEX triplet: CD, CB and E4. RGB value is (205,203,228). Sum of RGB (Red+Green+Blue) = 205+203+228=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBE4 is #32341B. Grayscale: #CECECE. Windows color (decimal): -3290140 or 14994381. OLE color: 14994381.

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

Color convert

RGB205203228-
CMYK0.100.1100.11
HSL244.8º31.65%84.51%-
HSV(B)244.8º10.96%89.41%-
XYZ60.5461.2982.04-
YUV206.45140.16126.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=32.23%
G=31.92%
B=35.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052032280.100.1100.11244.831.6584.51
HexCDCBE4AB0Bf52055
Octal315313344121301336540125
Binary1100110111001011111001001010101101011111101011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBE4; }

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

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

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

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

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

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

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

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