#CFCDE5

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

Shades of Quartz #CFCDE5

Tints of Quartz #CFCDE5

Color information

#CFCDE5 (or 0xCFCDE5) is unknown color: approx Quartz. HEX triplet: CF, CD and E5. RGB value is (207,205,229). Sum of RGB (Red+Green+Blue) = 207+205+229=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE5 is #30321A. Grayscale: #D0D0D0. Windows color (decimal): -3158555 or 15060431. OLE color: 15060431.

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

Color convert

RGB207205229-
CMYK0.100.1000.10
HSL245º31.58%85.1%-
HSV(B)245º10.48%89.8%-
XYZ61.7162.5982.96-
YUV208.33139.66127.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 229 (89.84% from 255) = 35.73%
R=32.29%
G=31.98%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072052290.100.1000.1024531.5885.1
HexCFCDE5AA0Af52055
Octal317315345121201236540125
Binary1100111111001101111001011010101001010111101011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDE5; }

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

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

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

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

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

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

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

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