#CDCCE4

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

Shades of Quartz #CDCCE4

Tints of Quartz #CDCCE4

Color information

#CDCCE4 (or 0xCDCCE4) is unknown color: approx Quartz. HEX triplet: CD, CC and E4. RGB value is (205,204,228). Sum of RGB (Red+Green+Blue) = 205+204+228=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCE4 is #32331B. Grayscale: #CECECE. Windows color (decimal): -3289884 or 14994637. OLE color: 14994637.

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

Color convert

RGB205204228-
CMYK0.100.1100.11
HSL242.5º30.77%84.71%-
HSV(B)242.5º10.53%89.41%-
XYZ60.7761.7782.12-
YUV207.03139.83126.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=32.18%
G=32.03%
B=35.79%

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
Decimal2052042280.100.1100.11242.530.7784.71
HexCDCCE4AB0Bf21f55
Octal315314344121301336237125
Binary110011011100110011100100101010110101111110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCE4; }

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

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

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

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

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

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

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

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