#CFCDE1

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

Shades of Quartz #CFCDE1

Tints of Quartz #CFCDE1

Color information

#CFCDE1 (or 0xCFCDE1) is unknown color: approx Quartz. HEX triplet: CF, CD and E1. RGB value is (207,205,225). Sum of RGB (Red+Green+Blue) = 207+205+225=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE1 is #30321E. Grayscale: #CFCFCF. Windows color (decimal): -3158559 or 14798287. OLE color: 14798287.

HSL color Cylindrical-coordinate representation of color #CFCDE1: hue angle of 246º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCDE1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207205225-
CMYK0.080.0900.12
HSL246º25%84.31%-
HSV(B)246º8.89%88.24%-
XYZ61.1562.3680.05-
YUV207.88137.66127.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=32.50%
G=32.18%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072052250.080.0900.122462584.31
HexCFCDE1890Cf61954
Octal317315341101101436631124
Binary110011111100110111100001100010010110011110110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDE1; }

 p { color: rgb(207,205,225); }

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

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

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

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

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

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

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