#CFCDE4

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

Shades of Quartz #CFCDE4

Tints of Quartz #CFCDE4

Color information

#CFCDE4 (or 0xCFCDE4) is unknown color: approx Quartz. HEX triplet: CF, CD and E4. RGB value is (207,205,228). Sum of RGB (Red+Green+Blue) = 207+205+228=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDE4 is #30321B. Grayscale: #D0D0D0. Windows color (decimal): -3158556 or 14994895. OLE color: 14994895.

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

Color convert

RGB207205228-
CMYK0.090.1000.11
HSL245.22º29.87%84.9%-
HSV(B)245.22º10.09%89.41%-
XYZ61.5762.5382.22-
YUV208.22139.16127.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=32.34%
G=32.03%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072052280.090.1000.11245.2229.8784.9
HexCFCDE49A0Bf51e55
Octal317315344111201336536125
Binary110011111100110111100100100110100101111110101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDE4; }

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

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

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

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

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

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

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

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