#CFD1E6

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

Shades of Quartz #CFD1E6

Tints of Quartz #CFD1E6

Color information

#CFD1E6 (or 0xCFD1E6) is unknown color: approx Quartz. HEX triplet: CF, D1 and E6. RGB value is (207,209,230). Sum of RGB (Red+Green+Blue) = 207+209+230=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1E6 is #302E19. Grayscale: #D2D2D2. Windows color (decimal): -3157530 or 15126991. OLE color: 15126991.

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

Color convert

RGB207209230-
CMYK0.100.0900.10
HSL234.78º31.51%85.69%-
HSV(B)234.78º10%90.2%-
XYZ62.8264.5884.02-
YUV210.8138.84125.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 209 (82.03% from 255) = 32.35%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=32.04%
G=32.35%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072092300.100.0900.10234.7831.5185.69
HexCFD1E6A90Aeb2056
Octal317321346121101235340126
Binary1100111111010001111001101010100101010111010111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1E6; }

 p { color: rgb(207,209,230); }

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

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

 a { background-color: rgb(207,209,230); }

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

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

 span { border-color: rgb(207,209,230); }

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