#CDCDE4

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

Shades of Quartz #CDCDE4

Tints of Quartz #CDCDE4

Color information

#CDCDE4 (or 0xCDCDE4) is unknown color: approx Quartz. HEX triplet: CD, CD and E4. RGB value is (205,205,228). Sum of RGB (Red+Green+Blue) = 205+205+228=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDE4 is #32321B. Grayscale: #CFCFCF. Windows color (decimal): -3289628 or 14994893. OLE color: 14994893.

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

Color convert

RGB205205228-
CMYK0.100.1000.11
HSL240º29.87%84.9%-
HSV(B)240º10.09%89.41%-
XYZ61.0162.2482.2-
YUV207.62139.5126.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=32.13%
G=32.13%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052052280.100.1000.1124029.8784.9
HexCDCDE4AA0Bf01e55
Octal315315344121201336036125
Binary110011011100110111100100101010100101111110000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDE4; }

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

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

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

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

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

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

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

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